@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	height:100%;
	background:#fff url(../images/bg.jpg) repeat-x;
}

#container {
	background:url(../images/main_bg.png) repeat-y center top;
}

#contents {
	width:980px;
	margin:0 auto;
}


#container_btm {
	height:40px;
	
	background:url(../images/main_bg_btm.png) no-repeat center bottom;
}


