body {
	background-color:				grey;
	
	
}

a:visited {
	text-decoration:				none;
	color:							white;
}

a:link {
	text-decoration:				none;
	color:							white;
}


#main {
	width:							800px;
	margin-left:					auto;
	margin-right:					auto;
}

#text { 
	color:							white;
	height:							250px;
	text-align:						center;

}
#textimp { 
	color:							white;
	
	

}

#header {
	margin-top:50%;
	margin-bottom:auto;
}


#footer {
	float:							bottom;
	color:							white;
	font-size:						0.8em;
	text-align:						center;
}

#footnote {
	font-weight:					bold;
}

h1 {
	text-align:						center;

}	



