
#background
{
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 50px; 
	bottom: 0px; 
}

#screen
{
	position: absolute; 
	left: 0px; 
	right: 0px; 
	top: 50px; 
	bottom: 0px; 
	white-space: nowrap;
	text-align: center; 
}

#game-screen, #loading, .wall
{
	display: inline-block; 
	vertical-align: middle; 
	font-family: starjedi, "Arial Black"; 
}

#game-screen
{
	margin: auto; 
	width: 450px; 
	height: 700px; 
	position: relative; 
	background-color: rgb(0, 0, 0); 
	overflow: hidden; 
	border: solid 1px rgb(255, 255, 255); 
	box-shadow: 5px 5px 5px #000000;
  	-moz-box-shadow: 5px 5px 5px #000000;  
  	-webkit-box-shadow: 5px 5px 5px #000000;  
}

canvas
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
}

#loading 
{
	text-align: center; 
	width: 100%; 
}