@charset "utf-8";
body {
	background:#575757;
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
	color:#015229;
}
.container{
	width:900px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-250px;
	background:#fff;
}
	
.logo{
	width:750px;
	clear:both;
	margin:10px auto;
}
.message{
	width:750px;
	margin:20px auto 0px;
	
}	

a{
	text-decoration:none;
	color:#015229;
	outline:none;
}