@charset "utf-8";
/* CSS Document */
p {
	margin:0;
	padding:0;
}

body {
	background-color:#202428;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#ababab;
}

#bg_top {
	background-image:url(images/bg_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

#pageContainer_top {
	background-image:url(images/bg_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:820px;
	height:1600px;
	text-align:left;
	font-size:14px;
	position:relative;
}

#bg_mid{
	background-image:url(images/bg_mid.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:1222px;
}

#pageContainer_mid {
	background-image:url(images/bg_mid.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:820px;
	height:1222px;
	text-align:left;
	font-size:14px;
	position:relative;
}

#bg_bottom {
	background-image:url(images/bg_bottom.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:880px;
}

#pageContainer_bottom {
	background-image:url(images/bg_bottom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:820px;
	height:880px
	text-align:left;
	font-size:14px;
	position:relative;
}

#homeLink {
	position:absolute;
	top:37px;
	left:20px;
}

#content_a {
	width:512px;
	position: absolute;
	left:32px;
	top:636px;
	line-height:20px;
	text-align:left;
}

#content_b {
	width:505px;
	position: absolute;
	left:290px;
	top:900px;
	line-height:20px;
	text-align:left;
}

#content_c {
	width:506px;
	position: absolute;
	left:32px;
	top:1294px;
	line-height:20px;
	text-align:left;
}

#content_d {
	width:500px;
	position: absolute;
	left:290px;
	top:954px;
	line-height:20px;
	text-align:left;
}

#content_e {
	width:500px;
	position: absolute;
	left:290px;
	top:344px;
	line-height:20px;
	text-align:left;
}

#homeLink	{
	position:absolute;
	left:18px;
	top:32px;
}

a {
	color:#ababab;
	text-decoration:none;
}

a:hover {
	color:#a55530;
}


