html {
		height:100%;
		min-height: 101%;
}

body {
	font-family: Tahoma, Verdana, Arial;
	background-color: #999999;
	padding-top: 40px;
}

#copy  {
	font-size : 14px;
	font-weight : normal;
	color : #000000;
	font-style : normal;
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#game {
	width: 750px;
	height: 405px;
	margin: 0 auto;
	background-image: url(bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: center;
}

#game2 {
	width: 750px;
	height: 405px;
	margin: 0 auto;
	text-align: center;
}


