
*
{
	font-family: Source Sans Pro, Myriad Pro, Ubuntu, Arial, Helvetica, sans-serif;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot?v=3.0.1');
	src: url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
		url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
		url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	background-color: #151515;/*#f8f6f4;*/
	padding:0px;
	margin:0px;
	font-size: 20pt;
	height: 100%;
	
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.wait, body.wait *{
	cursor: wait !important;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

#footer {
	min-width: 990px;
	width: 95%;
	padding-top: 10px;
	margin-left: auto; 
	margin-right: auto;	
}

#footertext {
	float:right;
	font-size: 8pt;
}


canvas{
	width:600px !important;
	height:600px !important;
	margin: 0;
	padding: 0;
}
