body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
}

form {
	margin: 0px;
	padding: 0px;
}

#stage {
	font-size: 10pt;
	font-weight: normal;
}

#substage {
	font-size: 10pt;
	font-weight: normal;
}

#playarea {
	position: absolute;
	border: 1px solid black;
	background-repeat: repeat;
	background-image: url('tile.gif');
	width: 0px;
	height: 0px;
}

#robo {
	position: absolute;
	background-image: url('robo-down.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 29px;
	height: 29px;
	font-size: 1px;
	z-index: 100;
}

.brick {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('brick.gif');
	width: 29px;
	height: 29px;
	font-size: 1px;
	z-index: 80;
}

.button {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('button.gif');
	width: 29px;
	height: 29px;
	font-size: 1px;
	z-index: 80;
}

.crate {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('crate.gif');
	width: 29px;
	height: 29px;
	font-size: 1px;
	z-index: 90;
}

.sunkencrate {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('sunken-crate.gif');
	width: 29px;
	height: 29px;
	font-size: 1px;
	z-index: 90;
}

.litcrate {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('crate-light.gif');
	width: 29px;
	height: 29px;
	font-size: 1px;
	z-index: 95;
}

.pit {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('pit.gif');
	width: 29px;
	height: 29px;
	font-size: 1px;
	z-index: 80;
}

#cake {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('delicious-cake.gif');
	width: 29px;
	height: 29px;
	font-size: 1px;
}

#controller {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('metal-controls.jpg');
	width: 300px;
	height: 200px;
	left: 50%;
	margin-left: -150px;
	font-size: 1px;
	border: 1px solid black;
}

#dirUp {
	position: absolute;
	width: 39px;
	height: 42px;
	font-size: 1px;
}

#dirDown {
	position: absolute;
	width: 39px;
	height: 42px;
	font-size: 1px;
}

#dirLeft {
	position: absolute;
	width: 43px;
	height: 38px;
	font-size: 1px;
}

#dirRight {
	position: absolute;
	width: 43px;
	height: 38px;
	font-size: 1px;
}

#buttonReset {
	position: absolute;
	width: 91px;
	height: 31px;
	font-size: 1px;
}

#buttonA {
	position: absolute;
	width: 12px;
	height: 12px;
	font-size: 1px;
}

#buttonB {
	position: absolute;
	width: 12px;
	height: 12px;
	font-size: 1px;
}

#buttonStart {
	position: absolute;
	width: 11px;
	height: 4px;
	font-size: 1px;
}

#buttonSelect {
	position: absolute;
	width: 11px;
	height: 4px;
	font-size: 1px;
}

.dirHover {
	cursor: pointer;
}

#topsection {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	padding: 4px;
}

#subtitle {
	font-size: 12pt;
}

#status {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	padding: 0px;
	text-align: left;
}

#statusmessages {
	max-height: 200px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}

#sets {
	position: absolute;
	height: 25px;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	padding: 0px;
	text-align: center;
}

#dcake {
	position: absolute;
	width: 473px;
	height: 314px;
	margin-left: -236px;
	left: 50%;
	background-image: url('deliciouscake.png');
	display: none;
	z-index: 200;
}

#nstage {
	position: absolute;
	width: 546px;
	height: 96px;
	margin-left: -273px;
	left: 50%;
	z-index: 201;
	display: none;
}

#nstagea {
	width: 546px;
	height: 96px;
	background-image: url('nextstage.png');
	display: block;
	font-size: 1px;
}
