*{font-size:14px;color:#333;margin:0;padding:0;}
html{min-height:100%;}
body{-webkit-background-size:900px;background-size:900px;font-family:'Open Sans', sans-serif;font-weight:300;}
/* background:#FFF url(../img/logo-v2.png) center bottom no-repeat; */
img{width:100px;}
.logo{float:left;width:284px;margin:3px 0 0 90px;}
.logo img{width:100%;}
#header .nav{margin:133px 0 0;}
#header{width:900px;height:200px;clear:both;background:#FFF url(../img/logo-v2.png) center bottom no-repeat;-webkit-background-size:900px;background-size:900px;margin:0 auto;padding:1px;}
#header ul{display:block;float:left;margin:0 0 0 44px;}
#header li{display:inline;font-size:18px;padding:0 0 0 45px;}
#header li a{font-size:18px;text-decoration:none;}
#footer{text-align:center;color:#999;font-size:11px;position:fixed;width:100%;bottom:40px;margin:0 auto;}
#cont{width:900px;text-align:center;margin:0 auto;}
#cont img{width:600px;margin:92px 0 0;}
.addr{color:#999;line-height:200%;font-size:22px;margin:28px 0 0;}
a.email{font-size:22px !important;color:#999;text-decoration:none;}
#header li a:hover,a.email:hover{color:#DF0505;}



@media screen and (max-width: 900px) {
	#cont, #header{ width: 96%;}
	#cont img{ width: 100%;}
	.addr, a.email{ font-size: 18px;}
}

@media screen and (max-width: 768px) {
	body{-webkit-background-size: 600px;background-size:  600px;}
	#header{-webkit-background-size: 600px;background-size:  600px; height: 125px;}
	#header .nav{margin: 85px 0 0;}

	
	#cont img{ width: 90%;}
	.addr, a.email{ font-size: 16px !important;}
	
	.logo{margin:0 0 0 10px;}
	#header ul{ margin: 0;}
	
}

@media screen and (max-width: 480px) {
	body{-webkit-background-size: 420px;background-size:  420px;}
	#header{-webkit-background-size: 420px;background-size:  420px; height: 120px;}
	#header .nav{margin: 85px 0 0;}	
	#footer{bottom: 10px;}
	
	#header li{font-size: 14px;padding: 0 0 0 18px;}
	.logo{ margin: 0 0 10px 0; text-align: center; width: 100%;}
	.logo img{width: 96%;}
	
	#cont img {
		width: 60%;
		margin: 50px 0 -20px 0;
	}		
	
}

@media screen and (max-width: 320px) {
	body{-webkit-background-size: 320px;background-size:  320px;}
	#header{-webkit-background-size: 320px;background-size:  320px; height: 95px;}
	#header .nav{margin: 75px 0 0;}	
	#footer{bottom:8px;}
	#header li a{font-size: 14px; font-weight:400;}
	
	#cont img {
		width: 60%;  display: none;
		margin:0;
	}	

}