#container{
	position:absolute;
	width:1200px;
	height:800px;
	border:2px solid #000000;
	perspective:600px;
	overflow:hidden;
}
#world{
	position:absolute;
	width:inherit;
	height:inherit;
	transform-style:preserve-3d;
}
.square{
	position:absolute;
}
#pawn{
	display:none;
	position:absolute;
	top:400px;
	left:600px;
	transform:translate(-50%,-50%);
	width:100px;
	height:100px;
}
#square0 {
    background-size: contain !important;
    background-repeat: repeat-x !important;
}
#square1 {
    background-size: contain !important;
    background-repeat: repeat-x !important;
}
#square2 {
    background-size: contain !important;
    background-repeat: repeat-x !important;
}
#square3 {
    background-size: contain !important;
    background-repeat: repeat-x !important;
}
#square4 {
    background-size: contain !important;
}

/*
-moz-background-size: 100%; 
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
*/

#square5 {
    background-size: contain !important;
}
#square6 {
    background-size: contain !important;
}
#square7 {
    background-size: contain !important;
}
#square8 {
    background-size: contain !important;
}