* {
margin:0;
padding:0;
}
body {
text-align:center;
background-color:#000000;
color:#FFFFFF;
font-family:"Courier New", Courier, mono;
margin-top:10px;
}
#wrapper {
width:800px;
margin-left:auto;
margin-right:auto;
color:#000000;
}
#header {
width:800px;
height:300px;
}
#header h1 {
text-indent:-5000px;
background:url(images/header.jpg) no-repeat;
width:800px;
height:250px;
}
#header ul {
list-style:none;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}
#header ul li {
display:inline;
margin-left:15px;
margin-right:20px;
padding:30px;
padding-right:0;
background:url(images/li.gif) no-repeat left center;
}
#header ul li a {
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}
#header ul li a:hover {
text-decoration:none;
color:#FF0000;
}
#header ul li a.active {
color:#FF0000;
}
#content {
width:800px;
padding:10px;
color:#FFFFFF;
}
#content a {
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}
#content a:hover {
text-decoration:none;
color:#FF0000;
}
#content p {
margin-bottom:10px;
}