body, html {
	height : 100%;
	width : 100%;
	margin : 0px;
	padding : 0px;
	padding-top : 0px;
	text-align : center;
	background-color : #f2eedc;
	overflow: auto;
}

#wrapper {
	height: auto; 
	overflow: hidden;
	margin : 10px auto;
	text-align : left;
	width : 790px;
}

#game {
	float: left;
	height: 540px;
	width: 720px;
	background-image: url('ill/top.png');
}

#top {
	height: 36px;
	width: 790px;
	background-image: url('ill/top.png');
}

#left {
	float: left;
	height: 540px;
	width: 35px;
	background-image: url('ill/left.png');
}

#right {
	float: right;
	height : 540px;
	width : 35px;
	background-image: url('ill/right.png');
}

#bottom {
	float : left;
	height : 44px;
	width : 790px;
	background-image: url('ill/bottom.png');
}

