@charset "UTF-8";
body { 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.centurygutter #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 890px;
	position: absolute;
	left: 10%;
	right: 20%;
}
.centurygutter #header {
	 /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 200px;
		/* the auto margins (in conjunction with a width) center the page */
}
.centurygutter #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.centurygutter #contentbox {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	font: normal 14px Tahoma, Geneva, sans-serif;
	height: 1729px;
	position: absolute;
	left: 39px;
	top: 357px;
}
.centurygutter #boyunbrella {	 /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 279px;
	position: absolute;
	width: 483px;
	top: 566px;
	border-top: #333;
	border-right: #333;
	border-bottom: #333;
	border-left: #333;
	padding-left: 50%;
	left: 0px;
}
.centurygutter #brownhouse {
	height: 200px;
	position: absolute;
	width: 205px;
	left: 950px;
	top: 371px;
	border: 1px solid #000;
}
.centurygutter #vhome {
	height: 200px;
	position: absolute;
	width: 350px;
	left: 600px;
	top: 371px;
	border: 1px solid #000;
}
.centurygutter #headerphoto {	 /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 200px;
	top: 0px;
	width: 1000px;
	left: 0px;
	margin: 0px;
}
.centurygutter #maintext {
	padding: 50px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: small Tahoma, Geneva, sans-serif;
	width: 400px;
	top: 285px;
	position: absolute;
	left: 19px;
}
.centurygutter #icedam {
	height: 200px;
	position: absolute;
	width: 300px;
	top: 264px;
	left: 500px;
}
.centurygutter #icedamtext {
	height: 200px;
	position: absolute;
	width: 300px;
	top: 543px;
	border-top: #333;
	border-right: #333;
	border-bottom: #333;
	border-left: #333;
	padding-left: 55%;
	left: 5px;
	font: small Tahoma, Geneva, sans-serif;
}
.centurygutter #chartmatrix {
	height: 377px;
	position: absolute;
	width: 500px;
	top: 243px;
	border-top: #333;
	border-right: #333;
	border-bottom: #333;
	border-left: #333;
	padding-left: 45%;
	left: 0px;
}
.centurygutter #leafreliefproduct {
	height: 291px;
	position: absolute;
	width: 607px;
	top: 632px;
	border-top: #333;
	border-right: #333;
	border-bottom: #333;
	border-left: #333;
	padding-left: 45%;
	left: 0px;
}
.centurygutter #trucedarsiding {
	height: 256px;
	position: absolute;
	width: 492px;
	top: 250px;
	padding-left: 50%;
	left: -1px;
}
.centurygutter #serviceareamap {
	height: 279px;
	position: absolute;
	width: 483px;
	top: 490px;
	left: 502px;
}
.centurygutter #CenturyGutterlogo {
	height: 111px;
	position: absolute;
	width: 385px;
	top: 244px;
	border-top: #333;
	border-right: #333;
	border-bottom: #333;
	border-left: #333;
	padding-left: 50px;
	left: -1px;
}
.centurygutter #unbrella {
	height: 279px;
	position: absolute;
	width: 483px;
	top: 493px;
	border-top: #333;
	border-right: #333;
	border-bottom: #333;
	border-left: #333;
	padding-left: 50%;
	left: 1px;
}
 
.centurygutter #michmap {
	height: 279px;
	position: absolute;
	width: 483px;
	top: 245px;
	border-top: #333;
	border-right: #333;
	border-bottom: #333;
	border-left: #333;
	padding-left: 50%;
	left: 1px;
}
 

