body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	background-color: #000;
}

#outer {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	top: 0px;
	width: 630px;
	height: auto;
}

#humscore {
	position: absolute;
	top: 5px;
	left: 35px;
	width: 150px;
	height: auto;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #0f0;
}

#header {
	position: absolute;
	top: 5px;
	left: 240px;
	width: 150px;
	height: auto;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #06f;
}

#comscore {
	position: absolute;
	top: 5px;
	left: 430px;
	width: 150px;
	height: auto;
	text-align: right;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #f00;
}
	
#borderl {
	position: absolute;
	top: 50px;
	left: 35px;
	width: 15px;
	height: 515px;
	background-color: #0f0;
}

#borderr {
	position: absolute;
	top: 50px;
	left: 565px;
	width: 15px;
	height: 515px;
	background-color: #0f0;
}

#bordert {
	position: absolute;
	top: 35px;
	left: 50px;
	width: 515px;
	height: 15px;
	font-size: 12px;
	line-height: 12px;
	color: #ee0;
	background-color: #f00;
}

#borderb {
	position: absolute;
	top: 565px;
	left: 50px;
	width: 515px;
	height: 15px;
	font-size: 12px;
	line-height: 12px;
	color: #ee0;
	background-color: #f00;
}

#footer {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 200px;
	height: auto;
	padding: 5px;
	color: #000;
	background-color: #fff;
	filter:alpha(opacity=75);
	opacity: 0.75;
	z-index: 50;
}
