#body{	
	margin: 0px;
	padding: 0px;
	color: #111;
	font-family: Fedra Serif A Pro Book, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.3em; 
	position: relative
}

#header {
	width: 800px;
	height: 100px;
	text-align: center;
	padding-top:10px;
	margin-left:20%;
	padding-bottom:30px;
	
}


#content {
	width: 900px;
	margin-top:-30px;	
	margin-left: 20%;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5em; 
	text-allign:center;
padding-bottom:0px;
margin-bottom:50px;
padding-left:15px;


	

}


.footer{
height:0px;
background-color:black;
margin-top:0px;
margin-bottom:20px;
position:absolute;
color:white;
}

a, a:link, a:visited { 
	color: #111; 
	text-decoration: none;
}

a:hover { 
color: rgb(32,60,120);
	text-decoration: none; 
}