@font-face {
	font-family: 'C64ProMonoRegular';
	src: url('./fonts/c64_pro_mono_v1.0-style-webfont.eot');
	src: url('./fonts/c64_pro_mono_v1.0-style-webfont.eot?#iefix') format('embedded-opentype'),
		url('./fonts/c64_pro_mono_v1.0-style-webfont.woff') format('woff'),
		url('./fonts/c64_pro_mono_v1.0-style-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family:'C64ProMonoRegular';
	font-size:16px;
	background-color:#E7D69C;
	color:#393929;
	margin:32px;
}

.box{
	background-color:#E7D69C;
	background-image:url("gfx/box_classic_mid.gif");
	width:528px;
	padding:32px;
	margin:0px;
}


img{border:0;}

img.palette{
	position:absolute;
	right:10px;
	bottom:10px;
}

a{
	color:#393929;
	/*text-decoration: none;*/
}