body {
	background:#334f60;
}

#main {
	position:relative;
	margin:0 auto;
	width:751px;
	height:500px;
	background:url(bg_main.png) no-repeat #334f60;
}

#main #logo {
	position:absolute;
	top:60px;
	left:66px;
	width:250px;
	height:100px;
	background:url(img_logo.png) no-repeat;
}

#main #loginform {
	position:absolute;
	top:100px;
	left:391px;
	width:250px;
	height:140px;
	background:url(bg_loginform.png) no-repeat #334f60;
	padding:10px 0 0 10px;
}
#main #loginform label {
	font-size:12px;
	font-weight:bold;
	color:#8595b2;
}
#main #loginform label:hover { text-decoration:none; }
#main #loginform a { color:#597ead; font-size:11px; }
#main #loginform a:hover { color:#6d8fbb; text-decoration:underline; }


#main #loginform #title { display:none; }

#main #loginform .textfield {
	margin:1px 0 1px 2px;
	font-size:12px;
	width:145px;
	padding-left:2px;
	color:#333;
}

#main #signup {
	position:absolute;
	top:304px;
	left:220px;
}

#main #footer {
	position:absolute;
	bottom:0;
	background:url(bg_footer.png) no-repeat #1a272e;
	
}