body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #ccc;
}

#outer {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	top: 0px;
	width: 800px;
	height: 600px;
}

#play {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 800px;
	height: 530px;
	border-top: 5px solid #333;
	border-left: 5px solid #666;
	border-right: 5px solid #999;
	border-bottom: 5px solid #fff;
	background-color: #000;
}

#humlab {
	position: absolute;
	left: 20px;
	top: 16px;
	width: 130px;
	height: 18px;
}

#humscor {
	position: absolute;
	left: 150px;
	top: 15px;
	width: 30px;
	height: 18px;
	border-top: 1px solid #333;
	border-left: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #fff;
	background-color: #000;
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	line-height: 16px;
	color: #0f0;
	text-align: center;
}

#comlab {
	position: absolute;
	left: 280px;
	top: 16px;
	width: 180px;
	height: 18px;
}

#comscor {
	position: absolute;
	left: 460px;
	top: 15px;
	width: 30px;
	height: 18px;
	border-top: 1px solid #333;
	border-left: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #fff;
	background-color: #000;
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	line-height: 16px;
	color: #f00;
	text-align: center;
}

#logo {
	position: absolute;
	left: 315px;
	top: 10px;
	width: 170px;
	height: 30px;
	text-align: center;
}

#scores {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	height: auto;
	text-align: center;
}

#message {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 100%;
	height: auto;
	font-family: verdana, arial, helvetica;
	font-size: 24px;
	color: #ff0;
	text-align: center;
}

#takemess {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	height: auto;
	text-align: center;
}

#button {
	position: absolute;
	left: 0px;
	top: 490px;
	width: 100%;
	height: auto;
	text-align: center;
}

#copyright {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 780px;
	height: auto;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	text-align: right;
	color: #666;
}

#quit {
	position: absolute;
	left: 740px;
	top: 14px;
	width: 50px;
	height: auto;
	text-align: center;
}

#help {
	position: absolute;
	left: 590px;
	top: 14px;
	width: 50px;
	height: auto;
	text-align: center;
}

#helptxt {
	position: absolute;
	left: 30px;
	top: 45px;
	width: 740px;
	height: auto;
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #6ff;
	text-align: left;
}

.redmsg {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #f00;
}

.greenmsg {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #0f0;
}

.myform {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #f00;
	text-align: center;
}

.lab {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	text-align: right;
	color: #fff;
}

.human {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	text-align: left;
	color: #0f0;
}

.comp {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	text-align: left;
	color: #f00;
}