@CHARSET "UTF-8";

html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #container {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */
 
html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #190c00;
	font-family : Verdana;
	font-size : 11px;
	color : #dddbd9;
	line-height: 189%;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #dddbd9;
}

a:hover {
	color: #9E766F;
}