@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background:#000000;
}

#container {
	float:left;
	width:100%;
	height:100%;
	background:#371c00 url(../images/BG_html.jpg) 50% 0 repeat-x fixed;
	overflow:auto;
}

#center {
	margin:0 auto 0 auto;
	width:831px;
}

#content,#contentSC {
	float:left;
	width:800px;
	padding:0 15px 0 15px;
	background:url(../images/BG_content.png) 0 0 repeat-y;
}

#header {
	float:left;
	position:relative;
	width:800px;
	height:222px;
	background:url(../images/BG_header.jpg) 0 0 no-repeat;
}

#ducks {
	position:absolute;
	width:300px;
	height:153px;
	top:20px;
	left:700px;
	z-index:16;
	background:url(../images/BG_ducks.png) 0 0 no-repeat;
}

#logo {
	position:absolute;
	width:600px;
	height:222px;
	top:0;
	left:0;
	z-index:15;
	background:url(../images/BG_logo.png) 0 0 no-repeat;
}

#slideshowBG {
	position:relative;
	float:left;
	width:600px;
	height:208px;
	margin:0 0 0 200px;
}

#mask {
	position:absolute;
	top:177px;
	width:600px;
	height:45px;
	background:url(../images/BG_slideshow_FG.png) 0 0 no-repeat;
	z-index:15;
}

#menu {
	float:right;
	width:585px;
	margin:0 15px 0 0;
	text-align:right;
}

#body {
	float:left;
	width:580px;
	padding:10px 10px 150px 10px;
}

#contentSC>#body {
	float:right;
	width:510px;
	padding:10px 10px 150px 10px;
	background-color:#FFF0CB;
}

#sidebar {
	float:left;
	width:180px;
	padding:10px 10px 240px 10px;
	background:url(../images/BG_sidbar.jpg) 0 0 no-repeat;
}

#contentSC>#sidebar {
	float:left;
	width:250px;
	padding:10px 10px 240px 10px;
	background:#FFF0CB;
}

#footer {
	float:left;
	width:100%;
	height:145px;
	padding:150px 0 0 0;
	margin:-150px 0 0 0;
	background:url(../images/BG_footer.png) 50% 0 repeat-x;
}

#footerFG{
	margin:0 auto 0 auto;
	position:relative;
	width:800px;
	text-align:right;
}

#bear {
	position:absolute;
	top:-245px;
	left:-150px;
	width:319px;
	height:281px;
	background:url(../images/BG_footer_FG.png) 0 0 no-repeat;
	z-index:10;
}

img {
	border:none;
}
