﻿.mainwrpr {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.mainheader {
	background-image: url(images/background/header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 126px;
}

.ybg {
	background-image: url(images/background/Ybg.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	padding-right: 65px;
	padding-left: 65px;
	overflow: hidden;
}

.mainfooter {
	background-image: url(images/background/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 174px;
}

/*============================module 1===================================*/

#module1 {
	color: #CCC;
	background-image: url(images/background/module1step1bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
}

/*============================module 2===================================*/

#module2 {
	color: #03F;
	background-image: url(images/background/greatestliquidmultivitamin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 740px;
	margin-bottom: 20px;
}

#module2 .header {
	height: 92px;
	background-image: url(images/background/module2header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#module2 #ybg {
	background-image: url(images/background/modYbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	padding-left: 45px;
	padding-right: 45px;
	overflow: hidden;
}

#module2 .footer {
	height: 196px;
	background-image: url(images/background/modulefooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#module2 #ybg .content { height: 400px; }

/*============================module 3===================================*/

#module3 {
	color: #3C0;
	background-image: url(images/background/fruitsviggies.jpg);
	background-repeat: no-repeat;
	height: 390px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/*============================module 4===================================*/

#module4 { color: #C30; }

#module4 .header {
	height: 202px;
	background-image: url(images/background/whatJackeeSaysheader.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#module4 #ybg {
	background-image: url(images/background/modYbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	padding-left: 45px;
	padding-right: 45px;
	overflow: hidden;
}

#module4 .footer {
	height: 196px;
	background-image: url(images/background/modulefooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#module4 #ybg .content { height: 400px; }

/*============================module 5===================================*/

#module5 { color: #FF0; }

.header .testimonialsbtn {
	float: right;
	height: 119px;
	width: 239px;
	padding-top: 15px;
	padding-right: 18px;
}

