*  {
	margin:0;  
	padding:0;  
	list-style:none;
}
        
html , body , #container {
	width:100%; height:100%;
}

body {
	background:#FFF;
}

#container {
	width:80%; 
	margin:0 auto;  
	background:#FFF;
	}
       
#container:before {
	background:#FFF; 
	content:""; 
	height:95%; 
	margin-bottom:-40px; 
	float:left; 
	display:inline-block; 
}

#header {
	padding:10px; 
	background:#FFF; 
	height:100px;
} 
        
#content {
	padding:10px; 
	width:100%; 
	height:100px; 
	overflow:hidden; 
	background:#06798d; 
	color:#FFF;
}
        
#contenttext {
	width:100%; 
	overflow:hidden; 
	background:#FFF; 
	color:#000;
	font-size:larger;}
        
#footer {
	padding:10px; 
	clear:both; 
	fixed-height:40px; 
	color:#000; 
	background:#e3e3e3;
}
        
a:link, a:visited, a:hover, a:active {
	color: #000;
}
        
p {
	padding:30px;
}
