#bodyContainer {

position:relative;

	width:740px;

	height:480px;

}

#textLayer1 {

	position:absolute;

	width:460px;

	height:106px;

	z-index:1;

	left: 15px;

	top: 0px;

}

#offersLayer {
	position:absolute;
	width:460px;
	z-index:1;
	left: 15px;
	top: 201px;

}

#redBox1 {

	position:absolute;

	width:220px;

	height:180px;

	z-index:1;

	left: 510px;

	top: -20px;

	background-image: url(../images/redBox.gif);

	background-repeat: no-repeat;

	background-position: left top;

}

#redBox2 {
	position:absolute;
	width:220px;
	height:180px;
	z-index:1;
	left: 510px;
	top: 164px;
	background-image: url(../images/redBox.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#redBox3 {
	position:absolute;
	width:220px;
	height:70px;
	z-index:1;
	left: 510px;
	top: 348px;
	background-image: url(../images/redBox70.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#redBox4 {

	position:absolute;

	width:220px;

	height:55px;

	z-index:1;

	left: 510px;

	top: 425px;

	background-image: url(../images/redBox55.gif);

	background-repeat: no-repeat;

	background-position: left top;

}
