@import url("header_footer.css");
#header{
	width: 100%;
    min-width: 1200px;
    height: 120px;
    background-color: #2b2b2b;
}
#footer{
	width: 100%;
	background: #2d2d2d;
	min-width: 1200px;
}
.content{
	width:1200px;
	margin: 0 auto;
	min-width:1200px;
	overflow: hidden;
}