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

html, body {
	margin:0;
	padding:0;
	background:#000000 url(../images/BG_html.jpg) 50% 0 no-repeat;
}

#container {
	float:left;
	width:100%;
}

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

#header {
	float:left;
	width:1100px;
	height:200px;
	background:url(../images/BG_header_christmas.png) 50% 0 no-repeat;
}

#menu {
	float:left;
	width:1000px;
	margin:0 50px;
	height:37px;
	background:url(../images/BG_menu.png) 50% 0 no-repeat;
}

#content {
	float:left;
	width:901px;
	padding:0 100px 0 99px;
	background:url(../images/BG_content.png) 50% 0 repeat-y;
}

#contentc {
	float:left;
	width:750px;
	padding:0 75px 0 76px;
	background:url(../images/BG_contentc.jpg) 50% 0 no-repeat;
}

#bodyc {
	float:left;
	width:750px;
	padding:20px 75px 0 76px;
	background:url(../images/BG_body.jpg) 0 0 no-repeat;
}

#body {
	float:left;
	width:500px;
	padding:20px 0 0 0;
	/*background:url(../images/BG_body.jpg) 0 0 no-repeat;*/
}

#sidebar {
	float:left;
	width:250px;
	padding:20px 0 0 0;
	/*background:url(../images/BG_body.jpg) right top no-repeat;*/
}

#footer {
	float:left;
	padding:5px 110px 0 110px;
	width:880px;
	height:63px;
	background:url(../images/BG_footer.png) 50% 0 no-repeat;
}

img {
	border:none;
}

hr {
	border:none;
	border-bottom:#663300 solid 1px;
}
