body, html{
margin:0;
padding:0;
color:white;
letter-spacing:.1em;
background-repeat: no-repeat;
}

body{
background-color:black;
}

html{
color:white;
}

h1{
font-family: courier new,helvetica,arial, sans-serif;
font-size: 16px;
font-weight: normal;
color:#2977FD;
letter-spacing:5px;
padding:5px;
background-color:black;
float:left;
margin-left:10px;
}

h2{
font-family: helvetica,arial, sans-serif;
 font-size: 16px;
 font-weight: normal;
 color:#fff;
 padding:10px;
margin:20px 0 0 0; 
 float:left;
 clear:left;
 }

#container{
	width:500px;
	margin:50px auto;
	background-color:red;
	display:table;
	padding:50px;
}

p{
font-family: helvetica,arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color:white;
 padding:8px;
 margin:5px 0;
 float:left;
 clear:left;
 }
 
 h3{
 float:left;
 clear:left;
 }
 
 a{
 color:white;
 }
 
 #bottom_image{
 float:left;
 clear:left;
 margin:150px 0 0 210px;
 }
 
 ul, li{
 	list-style-type: none;
 	padding:0;
 	margin:0;
 	float:left;
 	clear:left;
 }
 
 #menu{
 position:absolute;
 left:0px;
 top:50px;
 }
 
 li a{
 	padding:2px 5px;
 	float:left;
 	clear:left;
 	text-decoration: none;
 	font-family: helvetica,arial, sans-serif;
 	 font-size: 10px;
 	 font-weight: normal;
 	 color:#000;
 	 letter-spacing:.5em;
 }
 
 input{
 float:left;
 clear:left;
 margin:10px;
 }