@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#main {
	position:relative;
	z-index:1;
	margin-left: auto;
	background-image: url(../sources/img/BigBcg.jpg);
	background-position: center, top;
	background-repeat: no-repeat;
	margin-right: auto;
	background-position: center top;
	width: auto;
	height: 1000px;
}
#front-header {
	position:relative;
	width:981px;
	height:350px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
}
#menu-header {
	position:relative;
	width:981px;
	height:40px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
}
#main-body {
	position:relative;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
	background-position: center, top:30px;
10;
}
#chain {
	position:relative;
	top:100px;
	z-index:2;
	background-image: url(../sources/img/chain.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
}
#content {
	position:relative;
	top:-60px;
	width:910px;

	z-index:3;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	position:relative;
	top:40px;
	width:auto;
	height:200px;
	z-index:3;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../sources/img/foot.png);
	background-repeat: no-repeat;
	background-position: center top;
}
