#retroleft
{
	position: relative;
	width: 150px;
	height: 500px;
	float: left;
}

#retroright
{
	position: relative;
	width: 400px;
	height: 285px;
	float: right;
}

/*div {
	font-family: verdana;
	font-size: 10px;
	text-align: center;
}*/
.wall {
	background-color: #000000;
	position: absolute;
	
	height: 20px;
	width: 20px;
}
.coin {
	background-color: #FFFF00;
	position: absolute;
	
	border-color: #E47833;
	border-width: 1px;
	border-style: solid;

	/*margins center it in the box, it's a coin.*/
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-top: 5px;

	/*height = width, and either + 2x  margin = total size = 19*/
	height: 9px;
	width: 9px;
}
.lava {
	background-color: #FF0000;

	position: absolute;
	
	height: 20px;
	width: 20px;
}
.exit {
	background-color: #00FF00;

	position: absolute;
	
	height: 20px;
	width: 20px;
}
.cactus {
	background-color: #0000FF;

	position: absolute;
	
	height: 20px;
	width: 20px;
}
.character {
	background-image:url('../images/mariosmall.png');
	position: absolute;
	height: 20px;
	width: 20px;
}

#controller {
	background-color: #EFEFEF;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;

	font-family: verdana;
	font-size: 10px;
	text-align: center;
}
