@import "text.css";
@import "tags.css";

#container {
	background-image:url(../images/c_bg.jpg);
	background-repeat:repeat-y;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
	width:880px;
	height:656px;
}

#header {
	background-image:url(../images/h_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	width:880px;
}

#footer {
	background-image:url(../images/f_bg.jpg);
	background-repeat:no-repeat;
	top:620px;
	position:absolute;
	width:880px;
	height:36px;
}

#MenuBar {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:840px;
	font-size:14px;
	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-x;
	z-index:100;
}
#contents {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:804px;
	padding-left:20px;
	padding-right:15px;
	height:480px;
	overflow:auto;
	color:#222;
}

#contents div {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding-left:20px;
	overflow:auto;
	background-color:#eee;
}
