/* basic elements */
body.dns {
	background-attachment: scroll;
	background-image: url(../dns/images/dnshd_left.png);
	}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#dnshdleft {
	background: url(../dns/images/dnshd_left.png) no-repeat left top;
	height:110px;
	margin-right: 0px;
	margin-top: 0px;
	z-index: 2;
	position: absolute;
	}
#dnshdleft span {display:none;}

#dnshdright {
	background: url(../dns/images/dnshd_right.png) no-repeat right top;
	height:110px;
	margin-bottom: 0px;
	z-index: 1;
	position: relative;
	}
#dnshdright span {display:none;}

h1.dns {
	margin-top: 5px;
	margin-left: 70px;
	width:100%;
	height:85px;
	background: url(../dns/images/dnshd2.png) no-repeat left;
	position: relative;
	}
h1.dns span {display:none;}

h2.dns {
	top:120px;
	margin-bottom: 0px;
	margin-left:5px;
	width:100%;
	height:56px;
	background: url(../dns/images/dns_01.png) no-repeat left;
	}
h2.dns span {display:none;}

small.footnote {
	font-style:italic;
	font-size:x-small;
	}

#dnsbottom {
	background: url(../dns/images/dnsbotcorner.png) no-repeat right bottom;
	height:121px;
	margin-bottom: 0px;
	margin-top:125px;
	position: relative;
	}
#dnsbottom span {display:none;}


