body {

	background: #e0e4f1;
	margin: 0px;
	font-family: 'inconsolata';
	font-size: 15px;
	overflow: hidden;
	background-image: url("skulls.png");

}

#header {
	
	/*width: 300px;
	height: 100px;
	margin-left: 350px;*/
}

#game {
	border: 4px solid #033301;
    position: fixed;
	
	
    /*top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -600px;*/
}