@charset "utf-8";


/*** Reset */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure,figcaption{  
	margin:0px; 
	padding:0px; 
} 
fieldset,img{
	border:0px;
	display:block;
} 
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
} 
caption,th{
	text-align:left;
} 
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
} 
q:before,q:after{
	content:''; 
} 
abbr,acronym{
	border:0px; 
}
a{
	text-decoration:none;
}
a:active, a:focus{
	outline:none;
}


/*** Page */

html{
	height:100.1%;
}
body{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:21px;
	background-color:#fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-image:url('../emob-mars.png');
	background-position:center center;
	background-size:cover;
}
div#page{
	width:960px;
	margin:0px auto;
	min-height:100%;
}
div#sizer1{
float:left;
width:360px;
}
div#sizer2{
float:left;
width:800px;
}
h1{
margin:0px auto;
position:absolute;
bottom:120px;
font-size:48px;
/*width:360px;*/
text-align:center;
padding:40px;
margin-left:240px;
background-color:#2865ce;
}
h2{
position:absolute;
top:60px;
font-size:36px;
line-height:42px;
/*width:800px;*/
text-align:center;
padding:30px 40px 30px 40px;
margin-left:60px;
background-color:#2865ce;
}
footer{
position:absolute;
bottom:0;
padding-left:60px;
}