body{
	background-color:#000;
	/*font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
	/*font-family: 'Orbitron', sans-serif;*/
	font-family: 'Press Start 2P', cursive;

	  
}

#game-wrapper{
	display:block;
	margin:0px auto;
	width:800px;
}

#game-wrapper h1{
	color:#f92;
	text-align: center;
	letter-spacing: 3px;
}

#canvas-wrapper{
	position: relative;
	color:#f92;
}

#main-canvas{
	border:1px solid #CCC;
	display:block;
}

#main-loading{
	position:absolute;
	top:225px;
	left:280px;
	font-size:30px;
}

#game-over-screen {
	display:none;
	position:absolute;
	top:100px;
	left:280px;
	font-size:30px;
}

#game-over-screen p {
	font-size:22px;
	text-align: center;
}

#game-over-screen #game-over-header{
	font-size:30px;
}

#player-lives-message {
	display:none;
	position:absolute;
	top:20px;
	left:200px;
	font-size:30px;
}

#credits{
	font-size:7px;
	text-align: center;
	color:#666;
}

/*Class for ui screens displaying directions and stats*/
.ui-partial-screen {
	position: absolute;

	width: 200px;
	height:200px;

	right:-220px;

	border:1px dashed #FFF;
	padding-left:10px;
	font-size:9px;
	letter-spacing: 1px;
}

.ui-screen-header{
	font-size:12px;
}

#directions{
	top:0px;
	height:100px;
}

#stats{
	width: 200px;
	height: 120px;

	top:110px;
	right:-220px;
}

#time{
	color:#F00;
}

#menu {
	width: 200px;
	height: 100px;

	top:240px;
	right:-220px;	
}

.ui-button {
	background:none;
	border:none;
	margin:0px;
	padding:0px;

	color:#FFF;
	font-family: 'Press Start 2P', cursive;
	font-size:10px;

	border:1px solid #f92;
	padding:5px;
	padding-left:5px;
	padding-right:5px;
}

.ui-button:hover {
	background-color:#CCC;
	cursor: pointer;
	color:#000;
}



/*@-ms-viewport{
	width:1366px;
	height:768px;
}

@-webkit-viewport{
	width:1366px;
	height:768px;
}

@-moz-viewport{
	width:1366px;
	height:768px;
}*/