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

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

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

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

#header {
	position:relative;
	float:left;
	width:780px;
	height:37px;
	padding:140px 0 0 220px;
	background:url(../images/BG_header.jpg) 0 0 no-repeat;
}

#search {
	position:absolute;
	top:27px;
	right:60px;
}

#menu {
	float:left;
}

#content {
	float:left;
	margin:0 50px 0 50px;
	width:900px;
	background:url(../images/BG_content.jpg);
}

#sidebar {
	float:left;
	width:152px;
	min-height:258px;
	padding:10px;
	background:url(../images/BG_sidebar.jpg) 0 0 no-repeat;
}

#body {
	float:left;
	width:708px;
	min-height:258px;
	padding:10px;
	background:url(../images/BG_body.jpg) 0 0 no-repeat;
}

#footer {
	float:left;
	width:880px;
	height:45px;
	padding:100px 60px 0 60px;
	background:url(../images/BG_footer.jpg) 0 0 no-repeat;
}

img {
	border:none;
}
