@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	text-align: center;
}  

div#wrapper {  
	width: 800px;  
	margin: 0 auto;  
	text-align: center;
}  

h1 {
	color: whitesmoke;
}
