@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin:0;
	padding:0;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
}
#wrapper{	
	width: 1040px;
	margin:0px auto;
	position:relative;}
	
#greenboard{
	position:absolute;
	top: 39px;
}
#dhlogo{
	position:absolute;
	top:62px;
	left:43px;
	z-index:10;
}
#nav{
	position:absolute;
	top:81px;
	left:180px;
	z-index:10;
}
img{border:none;
}
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
#copyright{
	position:absolute;
	font-size:10px;
	text-align:right;
	left: 560px;
	top: 696px;
	width: 419px;
	z-index:15;
}
#copyright a:link {
	color: #C00;
	text-decoration:none;
}

#copyright a:hover {
	color: #F30;
	text-decoration: underline;
}

#copyright a:visited {
	color: #600;
	text-decoration:none;
}