html {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/bgSite.jpg) top center no-repeat;
	background-color: #bde6c0;
	margin: 0px;
}

#wrapper {
	position: relative;
	width: 1010px;
	height: 616px;
	background-color: #FFFFFF;
	margin-top: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #055297;
}

#thanks {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 785px;
	height: 389px;
	background: url(images/bgThanks.jpg) top left no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#logo {
	position: absolute;
	top: 10px;
	left: 805px;
	width: 190px;
	height: 190px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#thermostat {
	position: absolute;
	top: 209px;
	left: 805px;
	width: 190px;
	height: 190px;
	background: url(images/imgThermostat.jpg) top left no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#bottomsquare01 {
	position: absolute;
	top: 408px;
	left: 10px;
	width: 190px;
	height: 190px;
	background: url(images/img_bottomsquare01.jpg) top left no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#bottomsquare02 {
	position: absolute;
	top: 408px;
	left: 209px;
	width: 189px;
	height: 190px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#bottomsquare03 {
	position: absolute;
	top: 408px;
	left: 407px;
	width: 190px;
	height: 190px;
	background: url(images/img_bottomsquare03.jpg) top left no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#bottomsquare04 {
	position: absolute;
	top: 408px;
	left: 606px;
	width: 190px;
	height: 190px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#bottomsquare05 {
	position: absolute;
	top: 408px;
	left: 805px;
	width: 190px;
	height: 190px;
	background: url(images/img_bottomsquare05.jpg) top left no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#thanks p {
	text-align: left;
	color: #FFFFFF;
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin-top: 90px;
	margin-left: 35px;
	margin-right: 130px;
}

ul {
	list-style-type:none;
}

li {
	text-align: left;
	color: #70c36e;
	padding-left:30px;
	padding-bottom: 7px;
	padding-top: 8px;
  background:transparent url(images/arrow.gif) no-repeat;
  background-position:0 5px;

}

a:visited { color: #70c36e; text-decoration: none; }
a:link { color: #70c36e; text-decoration: none; }
a:active { color: #70c36e; text-decoration: none; }
a:hover { color: #70c36e; text-decoration: underline; }
