html, body { 
	margin: 0; 
	padding: 0; 
	font-family: 'Open Sans', sans-serif;
}

.message_wrapper {
    top: 30%;
    left: 50%;
    width:345px;
    height:100px;
    margin-top: -50px; 
    margin-left: -172px; 
    position:fixed;
    text-align: center;
    width: 408px;
}

.message_wrapper div.text{
	font-size: 36px;
	color:#484848;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.message_wrapper a.button{
	margin-top: 23px;
	font-size: 14px;
	padding: 4px;
	width: 206px;


	
}