@charset "utf-8";
/* CSS Document */
html,body{
	margin:0; padding:0;
	width:100%;
	height:100%;
	min-height:100%;	
}
body{
	/*background:url(../img/landing-page-bg.png) no-repeat center center;*/
	/*background-size:contain;	*/
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ed3431;	
	text-decoration:none;
}
#box{
	width:500px;
	height:120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px; 
	margin-left: -250px;
}