.box{
	background-image: url(images/box.gif);
	width: 30px;
	height: 30px;
	display: inline-block;
}
.boxoncheckpoint{
	background-image: url(images/box_on_checkpoint.gif);
	width: 30px;
	height: 30px;
	display: inline-block;
}
.checkpoint{
	background-image: url(images/checkpoint.gif);
	width: 30px;
	height: 30px;
	display: inline-block;
}
.floor{
	background-image: url(images/floor.gif);
	width: 30px;
	height: 30px;
	display: inline-block;
}
.playerleft{
	background-image: url(images/player.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.playerright{
	background-image: url(images/player.gif);
	background-position: -30px 0;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.playerup{
	background-image: url(images/player.gif);
	background-position: -60px 0;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.playerdown{
	background-image: url(images/player.gif);
	background-position: -90px 0;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.wall{
	background-image: url(images/wall.gif);
	width: 30px;
	height: 30px;
	display: inline-block;
}
.space{
	background-color: black;
	width: 30px;
	height: 30px;
	display: inline-block;
}
body {
    font-family: Helvetica;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}
#game{
	text-align: center;
}
#all{
    margin: 0px auto; 
}
a.js {
	color: #006699;
	text-decoration: none;
	border-bottom: 1px dashed #006699;
}
