@font-face {
	 font-family: "C64 User";
	 src: url("C64_User_v1.0-STYLE.ttf") format("truetype");
}
.c64u {
	font: normal 18pt/24px "C64 User", verdana, helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
}

.px8 {
	font-size: 6pt;
	line-height: 8px;
}
.px16 {
	font-size: 12pt;
	line-height: 16px;
}
.px24 {
	font-size: 18pt;
	line-height: 24px;
}
.px32 {
	font-size: 24pt;
	line-height: 32px;
}
.px40 {
	font-size: 30pt;
	line-height: 40px;
}

body {
	cursor: none;
}

a {
	color: #666
}

#info p.p40 {
	padding-top: 40px;
}
#info ol a {
	text-decoration: none;
	font-size: 0.8em;
}

#info {
	float: left;
	padding: 40px;
	max-width: 500px;
}

#info:hover {
	cursor: default;
}
#score {
	padding: 40px;
	float: right;
	font-size: 3em;
}
#swat {
 	width: 98px;
 	height: 100px;
 	background: url("swat.png") no-repeat left top;
 	position: absolute;
 	display: none;
 	top: 0;
 	left: 0;
 	z-index: 10000;
}

div.m {
	width: 48px;
	height:60px;
	background-repeat:no-repeat;
	background-position:center;
	background-size: 48px 60px;
	position:fixed;
	z-index: 10001;
	padding: 20px;
}

.l {
	background-image:url('mosquito_a_r.gif');
}

.r {
	background-image:url('mosquito_a_l.gif');
}


div.splash {
	width: 90px;
	height:90px;
	background-repeat:no-repeat;
	background-position:center;
	background-size: 90px auto;
	position:fixed;
	z-index: 1;
	opacity: 0.8;
}


