body, html{
margin: 0px;
padding: 0px;
height: 100%;
background-color:#141414;
}

#top{
height: 20%;
background-image: url(top.png);
background-position: center center;
background-repeat: no-repeat;
background-color:black;
}



#content{
position: relative;
margin-top: 70px;
margin-left: auto;
margin-right: auto;
padding: 10px;
max-width: 800px;
}

h1{
margin: 0px;
padding: 0px;
line-height: 50px;
width: 40%;
color: white;
font-family: verdana;
background-color:#404040;
text-align: center;
clear: none;
float: left;
}

h2{
color: white;
font-family: verdana;
font-size: 18px;
font-weight: normal;
margin-bottom: 0.3em;
}

p, ul {
margin: 0px;
margin-bottom: 0.5em;
color: lightgray;
font-family: verdana;
line-height: 1.5em; 
}

ul.menu{
margin: 0px;
padding: 0px;
float: right;
width: 60%;
height: 50px;
background-color:#404040;
text-align: center;
}
ul.menu li{
display: inline;
font-family: verdana;
color: white;
margin-left: 15px;
vertical-align: middle;
line-height: 50px;
padding: 0px;
}
a, a img{
text-decoration: none;
outline: none;
color: inherit;
border: 0px;
}