@charset "utf-8";
/* formatting style
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #FF0000;
	background-color: #000000;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
/* link styles
---------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: blink;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
---------------------------*/
#wrapper {
	background-color: #000000;
	margin: 5% auto auto;
	width: 800px;
	position: relative;
}
#header {
}

/* header style
---------------------------*/

#header #logo {
	position: absolute;
}
#main ul {
	width: 800px;
	position: absolute;
	left: 0px;
	top: 800px;
	background-color: #000000;
}
#main ul li {
	list-style: none;
	float: left;
}
#main ul li a {
	line-height: 2.5em;
	color: #000000;
	text-decoration: none;
	background-color: #FF0000;
	height: 2.5em;
	width: 398px;
	border-top: none;
	border-left: 2px solid #000000;
	border-bottom-style: none;
	text-align: center;
	display: block;
}
#main ul li a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}

#footer {
	width: 800px;
	position: absolute;
	top: 840px;
}

