@font-face {
	font-family: '64k';
	src: url('/C64_User_Mono_v1.0-STYLE.eot?#iefix') format('embedded-opentype'), 
     url('/C64_User_Mono_v1.0-STYLE.woff') format('woff'), 
     url('/C64_User_Mono_v1.0-STYLE.ttf')  format('truetype');
}

body, html {
	height: 100%;
	background-color: #bbb;
}

body {
	color: #00f;
	font-family: '64k';
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	margin: 10px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}


#container canvas{ width: 100%; height: 100%; }

#resetButton { float: left; margin: 10px; width: 100px; }


#loadingProgress {
	position: absolute;
	width: 400px;
	height: 80px;
	margin-left: -200px;
	left: 50%;
	background-color: #00f;
	top: 50%;
	margin-top: -60px;
	padding-top: 50px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	box-shadow: 0px 0px 400px #999;
}

