html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D1E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

#header {
	width: 388px;
	height: 124px;
	background-image:url(images/header.gif);
}

#content {
	width: 388px;
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	height: 250px;
}

#subcontent {
	width: 378px;
	height: 200px;
}

#footer {
	width: 388px;
	height: 22px;
	background-image:url(images/footer.gif);
}

#playgame {
	width: 660px;
	height: 502px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-color: #997644;
	vertical-align:middle;
}


#back_button {
	width: 660px;
	text-align:right;
	background-color: #D1E0E0;
}