@charset "utf-8";

#wrap {
	width:100%;
	min-width:1200px;
	position:relative; 
	margin:0 auto;
	overflow:hidden;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#container {
	width:100%;
	position:relative; 
	margin:0 auto;
}
.inner {
	width:1200px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#footer{
	width:100%;
	clear:both;
	position:relative; 
	margin:0 auto;
}
