body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	background-color: #0D47A1;
	color: white;
}
a{
	color: #BBDEFB;
}
#container{
	max-width: 640px;
	margin: 0 auto;
}
#canvas{
	vertical-align:top;
}
#screen{
	max-width: 640px;
	min-height: 350px;
	background-color: black;
	-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);
}
#loadingBox {
	position: relative;
	left: 180px;
	top: 150px;
	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;
}
#credits{
	margin: 10px;
	text-align: center;
}