html, body{
	height:100%;
	margin:0px;
	min-height:100%;
	padding:0px;
	width:100%;
}
body{
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#center{
	height:100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:760px;
}
div#brain{
	border-bottom:1px solid #004400;
	border-left:1px solid #004400;
	height:100px;
	left:0px;
	padding-left:5px;
	position:absolute;
	top:0px;
	width:115px;
}
div#logo{
	border-bottom:1px solid #004400;
	border-right:1px solid #004400;
	height:100px;
	left:120px;
	padding-right:5px;
	position:absolute;
	top:0px;
	width:635px;
}
div#login{
	background-color:#003300;
	left:0px;
	margin-bottom:0px;
	min-width:115px;
	overflow:auto; /* resize with text (IE7?) */
	padding:5px;
	position:absolute;
	top:105px;
	white-space:nowrap; /* resize with text */
}
div#login p{
	color:#55ff55;
	font-size:12px;
	margin:0px;
	padding:0px;
}
div#login a{
	color:#55ff55;
	font-weight:bold;
	text-decoration:none;
}
div#login a:hover{
	color:#ffffff;
	text-decoration:underline;
}
div#login input{
	font-size:10px;
	margin-top:5px;
}
div#login input.textbox{
	border:1px solid #009900;
	color:#005500;
	letter-spacing:1px;
	padding-left:2px;
	width:108px;
}
div#login input.button{
	background-color:#009900;
	border:1px solid #009900;
}
div#login span{
	color:#ff0000;
	font-size:10px;
	font-weight:bold;
}
div#login span.username{
	color:#55ff55;
	font-size:12px;	
}
div#login hr{
	background-color:#ffffff;
	border:0px;
	color:#ffffff;
	height:1px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	width:115px;
}
div#login p.userinfo{
	color:#ffffff;
	font-size:12px;
}
div#login a.userlink{
	color:#ffffff;
}


div#footer{
	position:absolute;
	bottom:0px;
	height:36px;
	left:0px;
	right:0px;
	text-align:center;
}
div#footer img{
	cursor:pointer;
	height:31px;
	width:88px;
}