#back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#backWrapper {
	position: absolute;
	top: 20px;
	left:50%;
	width: 780px;
	margin-left: -385px;
}

/* housing */
#housing {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 780px;
	z-index: 1;
	background-image: url(../../images/housing_bg.gif);
	background-repeat: repeat-y;
}

/* top */
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 557px;
	z-index: 100;
	background-image: url(../../images/top.jpg);
	background-repeat: no-repeat;
	
}

#topWrapper {
	position: absolute;
	top: 10px;
	left: 180px;
	width: 590px;
	height: 150px;
	background-color: #fff;
}

/* center */
#center {
	position: relative;
	left: 0px;
	top: 160px;
	width: 780px;
	z-index: 200;
	padding-bottom: 10px;
	background-image: url(../../images/bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#centerWrapper {
	width: 590px;	
	margin: 0px 0px 0px 180px;
	background-color: #fff;
}

/* refer SideMenu.css */
/* refer Content.css */

/* bottom */
#bottom {
	position: relative;
	left: 0px;
	top: 160px;
	width: 780px;
	height: 50px;
	z-index: 300;
	background-color: #000080;
}

#bottomWrapper {
	width: 780px;
	height: 50px;
}


