* {color:white;}
html,body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial;
	height: 100%;
	background: url(../images/bg.jpg) top center no-repeat #fff;
}

#container {
	margin: 0 auto;
	width: 955px;
}

#header {
	width: 950px;
	height: 90px;
	background: url(../images/banner.png) no-repeat;
}

#footer {
	width: 950px;
	height: 50px;
	clear: both;
	background: url(../images/footer.png) center;
}

#infoline {
	width: 950px;
	height: 20px;
	margin: 0 auto;
	color: white;
	margin-top: 5px;
}

#leftarea {
	width: 1px;
	float: left;
}

#contentarea {
	float: left;
	width: 950;
	padding: 10px;
	border-left: 1px solid #B8C100;
	border-right: 1px solid #B8C100;
	font-size: 14px;
	background: url("../images/bg2.png") repeat-y;
}

#rightarea{
	float: left;
	width: 1px;
}

#logintable {
	width: 100%;
}

.logintable_left {
	text-align: right;
	width: 50%;
}

.logintable_right {
	text-align: left;
	width: 50%;
}

.resultentry {
	width: 25px;
}

input {background:#002211;border:0}
