body {
	padding:0;
	margin:0;
	color: #000000;
	height:100%;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
}

#wrapper {
	width: 1028px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url(../images/repeating_background.png) repeat-y;
}

#content {
	position: relative;
	margin-left: 215px;
	margin-right: 215px;
	z-index: 3;
}

#left {
	width: 172px;
	float: left;
}

#right {
	float: right;
	margin-top: 190px;
	width: 225px;
	height: 475px;
}

#right_text {
	position: absolute;
	right: 25px;
	top: 180px;
	z-index: 8;
	text-align: center;
}

#right_text ul li {
	line-height: 14px;
}

#footer {
	clear:both;
	width: 1028px;
	height: 33px;
	z-index: 9;
	background: url(../images/footer.png);
	background-repeat: no-repeat;
}

#header {
	height: 175px;
	background: url(../images/headers/index.png);
}

body#carpet #header {
	background: url(../images/headers/carpet.png);
}

body#ceramic_floors #header {
	background: url(../images/headers/ceramic_floors.png);
}

body#floor_care #header {
	background: url(../images/headers/floor_care.png);
}

body#hardwood_floor #header, body#laminate_floors #header {
	background: url(../images/headers/hardwood_floor.png);
}

body#index #header, body#about_us #header, body#contact #header, body#faq #header {
	background: url(../images/headers/index.png);
}

body#vinyl_floors #header {
	background: url(../images/headers/vinyl_floors.png);
}

body#window_treatments #header {
	background: url(../images/headers/window_treatments.png);
}

#footer_image {
	width: 463px;
	height: 293px;
	position: absolute;
	left: -213px;
	bottom: -7px;
	*bottom: 15px; // IE7
	background: url(../images/footers/index.png);
}

#try_floor {
	width: 463px;
	height: 293px;
	position: absolute;
	left: 300px;
	bottom: -50px;
	*bottom: 0px; // IE7
}

body#carpet #footer_image {
	background: url(../images/footers/carpet.png);
}

body#ceramic_floors #footer_image {
	background: url(../images/footers/ceramic_floors.png);
}

body#floor_care #footer_image {
	background: url(../images/footers/floor_care.png);
}

body#hardwood_floor #footer_image, body#laminate_floors #footer_image {
	background: url(../images/footers/hardwood_floor.png);
}

body#index #footer_image, body#about_us #footer_image, body#contact #footer_image, body#faq #footer_image {
	background: url(../images/footers/index.png);
}

body#vinyl_floors #footer_image {
	background: url(../images/footers/vinyl_floors.png);
}

body#window_treatments #footer_image {
	background: url(../images/footers/window_treatments.png);
}