 #game_view {
    border: 0px solid black;
	top:0%;
    left:0%;
	position:absolute;
	margin-right:auto;
    margin-left:auto;	
    display:block; /*Displays an element as a block element (like <p>). It starts on a new line, and takes up the whole width*/
   }
   
 body {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
    text-align: center;
	background-color:#061228;
    color:#061228;
} 
  