body {
	background: #1B1C59 url(/images/logo_background.gif) no-repeat center center;
	text-align: center;
	height: 100%;
}
a { text-decoration: none }
a:hover  { text-decoration: underline }
form{ margin:0px; }
.wrap {
	background-color: #FFFFFF;
	height: 500px;
	width: 500px;
	position:			absolute;
	left: 				50%;
	top: 				50%;
 	z-index:			1;
 	background-color: 	#FFFFFF;
	margin-left: 		-250px;
	margin-top: 		-250px;
}
.header {text-align:center;}
.message {
	width: 400px;
	height: 200px;
	position:			absolute;
	left: 				50%;
	top: 				50%;
	z-index:			1;
	margin-left: 		-200px;
	margin-top: 		-100px;
}
.copyright { 
	clear: both; 
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #eee;
	font-size: 10px
}
.bottom { 
	width: 100%;
	position: absolute;
	left: 				50%;
	bottom: 0;
	margin-left: 		-250px;
	margin-top: 		-250px;
}