div.add1 {
	position: relative;
		top: 0px; left: 0px;
		height: 150px; width: 100%;
		z-index: 15;}
div.left {
	position: absolute;
		top: 0px; left: 0%;
		height: 150px; width: 33%;
		z-index: 15;
		text-align: center;}
div.middle {
	position: absolute;
		top: 0px; left: 33%;
		height: 150px; width: 33%;
		z-index: 15;
		text-align: center;}
div.right {
    position: absolute;
		top: 0px; left: 66%;
		height: 150px; width: 33%;
		z-index: 15;
		text-align: center;}


