
/* ------------------------------  layout  ----------------------------- */

#contactFormContainer {
	position: absolute; width: 396px; height: 650px; 
	left: 21px; top: 265px;
	padding: 64px 24px 0px 30px; 
	background: url('../img/contact/contact-back.jpg') no-repeat;
}

#emailSignUpContainer {
	position: absolute; left: 492px; top: 233px;
	padding: 80px 0px 0px 16px;
	width: 296px; height: 162px; 
	background: url('../img/home/email-sign-up-back.gif') no-repeat;
}

#miniVideoContainer {
	position: absolute; left: 492px; top: 445px;
	padding: 50px 0px 0px 12px;
	width: 296px; height: 293px; 
	background: url('../img/home/mini-video-back.jpg') no-repeat;
}

#footerContainer {
	position: absolute; left: 22px; top: 983px;
	width: 767px; padding-top: 14px; height: 90px; 
	background: url('../img/generic/footer-grad.jpg') no-repeat;
}



