body {
	background: #FFFFFF url(img/homebg.jpg) repeat-x;
   margin: 0; /* to avoid margins */
   text-align: center; /* to correct the centering IE bug*/
}

#container {
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	width: 780px;
	text-align: left;
	background: yellow;
}

#logo {
	position: absolute;
	background: url(img/logo.jpg) no-repeat;
	width: 402px;
	height: 114px;
	margin-left: 10px;
	z-index: 0;
	margin-top: 130px;
}

#middle {
	position: absolute;
	width: 780px;
	height: 160px;
	z-index: 3;
	margin-top: 220px;	
}

#strapline {
	position: absolute;
	font-size: 20px;
	font-family: arial, verdana;
	color: #ffffff;
	text-align: right;
	margin-right: 3px;
	margin-top: 480px;
	width: 780px;
}

#strapline a {
	font-size: 20px;
	font-family: arial, verdana;
	color: #066584;
	text-decoration: none;
}

#strapline a:hover {
	color: #000000;
}

#balloons {
	position: absolute;
	margin-left: 530px;
	margin-top: 30px;
	z-index: 0;
}

#testimonials {
	position: absolute;
	margin-top: 510px;	
}

