body {
        background:#000 url(img/login/bg.jpg) repeat-x bottom fixed;
        padding:0; margin:0;
		color:#7E7E7E; 
		font-family:Verdana, Geneva, sans-serif; 
		font-size:10pt; 
		font-weight:bold;
}

/* ---------login--------------- */
/*div {border:1px solid #f00;}*/
#centerbox { position:absolute; bottom:0; left:50%; margin:0px 0px 0px -465px; background:url(img/login/screen.jpg) no-repeat; }
	#login { width:930px; height:628px; }
		#menubar { margin-left:170px; padding-top:400px}
			#loginName, #loginPass{ float:left; width:130px; text-transform:uppercase; }
			#goflash, #gohtml { float:left; margin-left:30px;}
				#loginSend, #loginSend2 { width:138px; height:39px;}

#loginName input, #loginPass input{ color:#fff; background-color:#1b1b1b; border-style:solid; border-color:#7E7E7E;}

#b2c {
	margin-left:462px;
	margin-top:10px;
}

a			 { color: #333333; text-decoration: none; }
a:link    	 { color: #333333; text-decoratio: none; }
a:visited    { color: #333333; text-decoratio: none; }
a:hover  	 { color: #ffffff; text-decoratio: none; }
