/* MANCE CREATIVE - ABOUT - CSS Document */


#wrapAbout {
	width: 1200px;
	height: 896px;
	position: relative;
	background: url("images/mc_background.jpg") no-repeat;
	background-attachment: scroll;
	

}

#backingAbout {
	width: 952px;
	height: 728px;
	poistion: relative;
	background: #FFFFFF url("images/manceCreative_assets_Backing-About.png") no-repeat;
}


#contentAbout {
	width: 800px;
	height: 341px;
	position: absolute;
	left: 177px;
	top: 260px;
}

	#aboutContentBox1 {
	width: 646px;
	height: 200px;
	position: absolute;
	left: -1px;
	top: 37px;
	}
	#aboutContentBox2 {
	width: 374px;
	height: 200px;
	position: absolute;
	left: 380px;
	top: 37px;
	}
	
#linkBoxAbout {
	width: 492px;
	height: 15px;
	position: absolute;
	left: -1px;
	background: url("images/manceCreative_assets_AboutLink.jpg") no-repeat;
	top: 300px;
}
	#linkBoxAbout a {
	width: 492px;
	height: 15px;
	display: block;
	}
		#linkBoxAbout a:hover {
		background: url("images/manceCreative_assets_AboutLink_over.jpg") no-repeat;
		}



		
/* --- FOOTER ABOUT --- */

#footerAbout {
	width: 627px;
	height: 18px;
	background: url("images/manceCreative_assets_Footer.png") no-repeat;
	position: absolute;
	left: 279px;
	top: 785px;
	}	
		#linkAbout {
			width: 153px;
			height: 18px;
			float: right;
		}
			#linkAbout a {
				width: 153px;
				height: 18px;
				display: block;
			}
	
	

