@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:'Ubuntu', 'Trebuchet MS', Arial, sans-serif;
}


.wrapper	{
	
	width:940px;
	margin:0 auto;
	margin-top:85px;
	text-align:center;
}

.logo	{
	position:absolute;
	margin:0 auto;
	left: 0;
	right: 0;
	margin: 0 auto;
}	

.logo img { 
	position:relative;
	z-index:99999;
	top:-85px;
}

.banner{
	position:absolute;
	z-index:-9999999;
	width:100%;
}

.wrapper .content {
	float:left;
	width:100%;
	margin-top:375px;
	margin-bottom:100px;
} 

.wrapper .content h1 {
	color:#FFF;
	font-weight:500;
} 

.wrapper .content .message { 
	width:100%;
	text-align:center;
	font-family:'Ubuntu', 'Trebuchet MS';
	font-size:28px;
	font-weight:300;
	color:#FFF;
}

.buttons	{}
.buttons .button {
	width:270px;
	height:75px;
	display:inline-table;
	line-height: 80px;
	background-color:#D82229;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	text-decoration:underline;
	color:#fff;
	font-weight:bold;
	margin:30px 20px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.buttons .button1{
	float: left;
}
.buttons .button2 {
	float: right;
}

.button:hover{
	background-color:#FFF;
	color:#D82229;
}
