body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	background-color: black;
	color: white;
}
a{
	color: #BBDEFB;
}
#container{
	max-width: 900px;
	margin: 0 auto;
}
#canvas{
	width: 640px;
	height: 480px;
	vertical-align:top;
	border: 1px solid white;
	margin: 100px 0 0 100px;
}
#screen{
	width: 900px;
	height: 675px;
	background-image: url('background.png');
	background-color: black;
}
#loadingBox {
	position: relative;
	left: 280px;
	top: 350px;
	max-width: 220px;
	background-color: white;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.26);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.26);
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.26);
	padding: 10px;
	color: black;
}
#fullscreen{
	float: right;
}
#notes{
	width: 50%;
	margin: 10px auto 0;
}
#credits{
	margin: 10px;
	text-align: center;
}