body {
	background-color:#FFFFFF;
	}

.game
	{position:absolute;
    left: 50%;
    top: 50px;
	width: 1000px;
	height: 600px;
	margin-left:-500px;
	background-color: #FFFFFF;
	}

.text
	{width: 300px;
	height: 150px;
	position: absolute;
	top: 225px;
	left: 350px;
	margin: 0;
	border: none;
	font-family: verdana;
	font-size: 10pt;
	background-color:#FFFFFF;
	text-align:center;
	}
.copyright
	{position:absolute;
    left: 50%;
    top: 700px;
	width: 1000px;
	height: 50px;
	margin-left:-500px;
	text-align: center;
	font-family: verdana;
	font-size: 8pt;
	color: #032E4E;
	}

