@charset "utf-8";


body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1px;
}
#nav {
	left:223px;
	top:694px;
	width:100%;
	height:60px;
	z-index:1;
	color: #F00;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#nav ul li {
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
	color: #F00;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #FFF;
}
#container  {
	width: 1040px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}

