/*
[Contents]

	0- Global
	1- Header
	2- Main
	3- Footer
	4- Background
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
body{
	min-width:1000px;
}
#body-container{
	margin:13px auto 0;
	min-height:537px;
	position:relative;
	width:941px;
}
/* =1 Header
---------------------------------------------------------------------------------------------------------------------*/
#header{
	height:43px;
	padding:1px 0px 5px 2px;
	position:relative;
}
.logo{
	float:right;
	margin-top:0px;
}
.slogan{
	bottom:-12px;
	position:absolute;
	right:42px;
}
.nav{
	float:left;
	margin-left: 7px;
}
/* =2 Main
---------------------------------------------------------------------------------------------------------------------*/
#main{
	min-height:310px;
	padding:0 50px;
	position:relative;
	margin-top: 68px;
}
/* =3 Footer
---------------------------------------------------------------------------------------------------------------------*/
#footer{
	bottom:13px;
	left:0;
	position:absolute;
	width:100%;

}
#footer ul{
	height:21px;
	line-height:21px;
	margin:0 auto;
	padding:2px 5px 5px 80px;
	width:970px;
}
/* =4 Background
---------------------------------------------------------------------------------------------------------------------*/
#background{
	left:0;
	min-width:1000px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:-1;
}
#background img{
	width:100%;
}
