#back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url(../../images/back_bg.png);
	background-repeat: repeat-x;
}

#backWrapper {
	position: absolute;
	top: 50%;
	left:50%;
	width: 670px;
	margin-top: -230px;
	margin-left: -335px;
	background-color: #fff;
}

/* top */
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 670px;
	height: 220px;
	z-index: 100;	
	background-color: #fff;
}

#topWrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 650px;
	height: 210px;
	background-image: url(../../images/top_bg_intro.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* refer Top.css */

/* middle */
#middle {
	position:absolute;
	left:0px;
	top: 220px;
	width: 670px;
	height: 240px;
	z-index: 200;
	background-color: #fff;
}

#middleWrapper {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 650px;
	height: 240px;
}

/* refer Side.css */
/* refer Content.css */

/* bottom */
#bottom {
	clear: left;
	width: 836px;
	height: 30px;
	z-index: 300;
	background-color: #ea6200;
}