div.add1 {
	position: relative;
		top: 0px; left: 0px;
		height: 350px; width: 100%;
		z-index: 15;}
div.promo {
	position: absolute;
		top: 0px; left: 25%;
		height: 344px; width: 50%;
		z-index: 15;
		text-align: center;}
div.left {
	position: absolute;
		top: 0px; left: 0%;
		height: 300px; width: 50%;
		z-index: 15;
		text-align: center;}
div.right {
    position: absolute;
		top: 0px; left: 50%;
		height: 300px; width: 50%;
		z-index: 15;
		text-align: center;}

