.contentBox_wrapper {
	position: absolute;
	width: 990px;
	height: 750px;
	top: 430px;
	background-image: url(../images/titles/yourNewHome.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFB;
	left: 0px;
	z-index: 5;
}
#image_container_home {
	height: 300px;
	width: 740px;
	position: absolute;
	margin: 0px;
	z-index: 10;
	top: 130px;
	left: 0px;
	background-color: #000;
}
.text_container {
	position: absolute;
	height: 400px;
	width: 580px;
	margin: 0px;
	padding: 0px 100px 0px 0px;
	top: 290px;
	left: 30px;
	background-repeat: no-repeat;
	background-position: right top;
	border-right: #ccc;
	border-bottom: #ccc;
	border-left: #ccc;
}
.wrapper {
	width: 990px;
	height:1200px;
	margin: 0 auto;
	position: relative;
	
	
}

