body {
	
	font-family: Arial, Tahoma, Verdana;
	padding: 0px;
	margin: 0px;
	background-color: #000;
}

#scores_cont {
	width: 800px;
	margin: auto;
	color: #fff;
	position: relative;
	height: 60px;
}

.buttons {
	width: 800px;
	margin: auto;
	padding-top: 20px;
}

.score {
	position: absolute;
	font-family: Arial, Tahoma, Verdana;
	font-size: 26px;
	text-transform: uppercase;
}

.main {
	width: 800px;
	height: 600px;
	background-color: #fff;
	border: 1px solid #000;
	position: relative;
	margin: auto;
}

#background1,#background2 {
	background-position: 50% 50%;
}

#viewport {
	width: 800px;
	height: 600px;
	border: 3px solid black;
}

.makecolor {
	border: 0px solid black;
}

#loadBar {
	height: 10px;
	background-color: #ff0;
	width: 0px;
}

.obj {
	position: absolute;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.group {
	border: 0px solid #000;
}

#startbutton {
	font-size: 26px;
	color: #00ffff;
	font-family: Arial, Tahoma, Verdana;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border: 0px solid #f00;
	display: block;
	background-color: #ff00ff;
	text-transform: uppercase;
	text-shadow: red 3px 3px 0px, blue 6px 6px 0px, yellow 9px 9px 0px;
}

#info {
	float: right;
	width: 200px;
	display: block;
	color: #00ffff;
	text-decoration: none;
	font-size: 24px;
	text-align: right;
	text-shadow: red 3px 3px 0px, blue 6px 6px 0px;
}

.infoframe {
	position: absolute;
	background-color: black;
	width: 770px;
	height: 560px;
	margin-left: 15px;
	margin-top: 20px;
	top: 0px;
	left: 0px;
}

table td {
	color: white;
}

table td a {
	color: blue;
}

.border0 {
	text-align: center;
}

#keywords {
	border: 0px;
	border-top: 1px solid red;
	border-left: 1px solid red;
	padding-left: 5px;
	color: black;
	text-shadow: red 2px 2px 0px, cyan 4px 4px 0px;
	line-height: 16px;
	font-size: 16px;
	width: 250px;
	height: 40px;
}

#play_button {
	border: 0px;
	background-color: cyan;
	border-bottom: 1px solid red;
	border-right: 1px solid red;
	color: yellow;
	cursor: pointer;
	text-shadow: red 2px 2px 0px;
	line-height: 16px;
	font-size: 16px;
	height: 40px;
	width: 100px;
	text-align: center;
}
#default-keywords {
	top: -27px; 
	position: relative; 
	text-align: left; 
	margin-left: 30px;
	color: #999;
	width: 250px;
}
