@charset "utf-8";
*{ margin:0; padding:0;}
html,body,.contain{ height:100%; background:#e5e4e3;}
.contain{ background:url(../images/bg.png) center center no-repeat; overflow-y:hidden;}
.box{ height:100%; width:100%; text-align:center;}
.main_img{vertical-align:middle;}
.main_img img{ margin:auto;}
@media screen and(max-width:1200px){
	.contain{overflow-x:auto;}
}