@charset "utf-8";

body {
	
	background-color:#7b7a4d;	
	color:#fff;
	font-size:14px;
	line-height:22px;
	
}
.bg, #imageArea img, #imageArea2 img, #imageArea3 img{
position:fixed;
top:0;
left:0;
width:100%;
height:auto;

}
a {
	color:#fff;	
}
html, body {
height: 100%;
margin: 0;
padding: 0;

}
<!--[if IE 6]>
<style type="text/css">
html { overflow-y: hidden; }
body { overflow-y: auto; }
.bg, #imageArea img, #imageArea2 img, #imageArea3 img{ position:absolute; z-index:-1; }


</style>
<![endif]-->
table {
		
}
#wrapper {
	height:auto;
	width:100%;
	min-width: 1000px;
}
#header {
	height:200px;
	width:100%;	
}
#header img {
	float:left;	
	position:relative;
}
#imageArea {
	height:auto;
	min-height:220px;
	width:100%;	
	position:relative;
	overflow:hidden;
	
}
#imageArea2 {
	height:auto;
	min-height:220px;
	width:100%;	
	position:relative;
	overflow:hidden;
	
}
#imageArea3 {
	height:auto;
	min-height:220px;
	width:100%;	
	position:relative;
	overflow:hidden;
	
}

#header table {
	position:absolute;
	top:170px;
	left:20px;	
}
.home {
	background-image:url(images/opover_24.jpg);
	
}
.home:hover {
	background-image:url(images/Untitled-1_24.jpg);	
}
.about {
	background-image:url(images/opover_25.jpg);	
}
.about:hover {
	background-image:url(images/Untitled-1_25.jpg);	
}
.cleaning {
	background-image:url(images/opover_26.jpg);	
}
.cleaning:hover {
	background-image:url(images/Untitled-1_26.jpg);	
}
.rates {
	background-image:url(images/opover_27.jpg);	
}
.rates:hover {
	background-image:url(images/Untitled-1_27.jpg);	
}
.contact {
	background-image:url(images/daisyMaid_28.jpg);	
}
.contact:hover {
	background-image:url(images/contact_28.jpg);	
}
#content {
	height:auto;
	width:100%;	

}
.clearboth {
	clear:both;	
}
.cleaningProducts {
		float:right;
}
.contentHead {
	font-size:24px;	
	line-height:32px;
}
.otherContent {
	display:block;
	margin:20px 0px 0px 20px;
}