@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 70.5%;
	color: #FFE59D;
	background: #111111;
}
a { color: #FFE59D; text-decoration: none; }
a:hover { color: white; text-decoration: none; }
#wrapper {
	width: 800px;
	height: 715px;
	margin: 0 auto;
}

/* Header */
#header {
	height: 269px;
	}
	
/*Footer*/
	
#footer {
	height: 45px;
	width: 800px;
	float: left;
	margin: 15px 0 0 0px;
	text-align: center;

}	
	
						
			