/* Pizza Hut subpages CSS */
/*layout divs*/
#container-apply{
	background:url(../images/bg-apply.jpg) no-repeat #f6f1eb;
	width:990px;
	height:700px;
	margin:0 auto;
}

#container-hiring{
	background:url(../images/bg-hiring.jpg) no-repeat #f6f1eb;
	width:990px;
	height:700px;
	margin:0 auto;
}

#container-people{
	background:url(../images/bg-people.jpg) no-repeat #f6f1eb;
	width:990px;
	height:700px;
	margin:0 auto;
}

#container-path{
	background:url(../images/bg-path.jpg) no-repeat #f6f1eb;
	width:990px;
	height:700px;
	margin:0 auto;
}

/* People subpages */
#container-parttime{
	background:url(../images/bg-parttime.jpg) no-repeat #f6f1eb;
	width:990px;
	height:700px;
	margin:0 auto;
}
#container-secondjob{
	background:url(../images/bg-secondjob.jpg) no-repeat #f6f1eb;
	width:990px;
	height:700px;
	margin:0 auto;
}
#container-career{
	background:url(../images/bg-career.jpg) no-repeat #f6f1eb;
	width:990px;
	height:700px;
	margin:0 auto;
}
#container-retiree{
	background:url(../images/bg-retiree.jpg) no-repeat #f6f1eb;
	width:990px;
	height:700px;
	margin:0 auto;
}
#container-parents{
	background:url(../images/bg-parents.jpg) no-repeat #f6f1eb;
	width:990px;
	height:700px;
	margin:0 auto;
}

/*on People subpages*/
#think3{
	width:365px;
	margin:30px 0 0 588px;
}

/*on Path to Success*/
#think4{
	margin:20px 0 0 200px;
}
#think4 p{
	width:380px;
	font-size:11px;
}

#text{
	position:absolute;
	top:500px;
	margin-left:75px;
}



/*general styles*/
.apply-btn{
	margin-left:675px;
}

/*on Path to Success page */
.apply-btn2{
	position:absolute;
	top:470px;
	margin-left:675px;
}