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

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

#container {
	float:left;
	width:100%;
	background:url(../images/BG_html2.png) 50% 0 no-repeat;
}

#container2 {
	float:left;
	width:100%;
	background:url(../images/BG_container.png) 50% 0 no-repeat;
}

#center {
	margin:0 auto 0 auto;
	width:900px;
	text-align:center;
}

#content {
	float:left;
	width:900px;
	background:#FFFFFF;
}

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

#logo {
	position:absolute;
	right:30px;
	top:80px;
	z-index:5;
}

#menu {
	position:absolute;
	bottom:0;
	width:100%;
}

#body {
	float:left;
	width:536px;
	text-align:left;
	padding:10px;
}

#sidebar {
	float:left;
	width:244px;
}

#footer {
	float:left;
	position:relative;
	width:880px;
	padding:10px;
	text-align:left;
}

img {
	border:none;
}