@charset "utf-8";
/* Weller Construction - index.css*/

#container_index {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 755px;
	background-color: #FFFFFF;
	height: 1000px;
}

#home_title {
	position:absolute;
	width:200px;
	height:43px;
	z-index:9;
	left: 210px;
	top: 165px;
}

#content {
	position:absolute;
	width:509px;
	height:456px;
	z-index:5;
	left: 224px;
	top: 223px;
}

#vertBar {
	position:absolute;
	width:2px;
	height:703px;
	z-index:8;
	left: 204px;
	top: 158px;
	background-color: #C8AE33;
}

#footerBar_top {
	position:absolute;
	width:550px;
	height:2px;
	z-index:1;
	left: 205px;
	top: 859px;
	background-color: #C8AE33;
}

#footerBar_middle {
	position:absolute;
	width:755px;
	height:10px;
	z-index:1;
	top: 863px;
	background-color: #C8AE33;
}

#footerBar_bottom {
	position:absolute;
	width:755px;
	height:2px;
	z-index:6;
	top: 875px;
	background-color: #C8AE33;
}

#bottomMenu {
	position:absolute;
	width:755px;
	height:115px;
	z-index:7;
	top: 881px;
}
