@charset "UTF-8";
/* CSS Document */


html { 
	background-color:#ffffff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		
	
}
.centerimg {
	
 position: absolute; 
top: 50%; 
left: 50%; 
margin-top: -50px; 
margin-left: -50px;
}
}
.centerimg2 {
	
 position: absolute; 
top: 50%; 
left: 50%; 
margin-top: -50px; 
margin-left: -50px;
}

h1 { font-family: 'Open Sans', sans-serif; font-size:22px; font-weight:400; text-align:center; color:#000000}
.wrapper {

position:relative;

width:50%;

margin:0 auto;

text-align:left;

}
