/*
* Set the header image with background element of the id ie #header #part_IDNUMBER { background:url(../......); }
* Set where on the promo header the text displaty with  #header #part_IDNUMBER .textContainer {top:??px; left:???px;} 
* Put images in folder assets/images/promo
* also set any other non default styles for .textContainer part in here
*/

/* IMAGES */ 



/* TEXT AND LINK AREA */ 
#header .textContainer{
	left:370px;
}

