html, body, ul, li, a {
	margin: 0;
	padding: 0;	
}

html {
	height: 100%;
	overflow: hidden;
	background-image: url(../images/background-images-canberra-builder/background-lines.gif);	
}

body {
	position: relative;
	top:10px;
	height: 100%;
	overflow: hidden;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#FFFFFF;
	color:#000000;
	background: url(../images/splash.jpg) top center no-repeat;
}

a {
	position: relative;
	text-decoration: none;
	color: #660033;
	font-variant:small-caps;
}

a:hover {
	color: #dc291e;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#residential {
	position:absolute;
	width:480px;
	top: 430px;
	border-right: #5e5e5e solid 2px;
	text-align: right;
	padding-right: 10px;
}
#commercial {
	position:absolute;
	width:500px;
	top: 430px;
	text-align: left;
	padding-left: 10px;
	left: 490px;
}

#pagedescription {
	position: absolute;
	top:0px;
	left: -2000px;
	width: 10px;
	height: 10px;
	overflow: scroll;
}	

#sitemap {
	position: absolute;
	top:0px;
	left: -2000px;	
	width: 10px;
	height: 10px;
	overflow: scroll;
}
#adbanner {
	position: relative;
	top:570px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#licence {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size:9px;
}

h1 {
	color: #666666;
	font-size: 8pt;
	font-weight:normal;
}

