* { 
	margin: 0; 
	padding: 0; 
}
		
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#page-wrap { width: 800px; margin: 20px auto; padding: 10px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
p { font: 15px/2 Verdana, Serif; margin: 0 0 30px 0; text-indent: 40px; text-align: center; }
#fbar{
	font-style: oblique;
	font-size: 40px;
}

a, a:link, a:visited, a:hover {
 color: white;
}