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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}


#header { 
	background:url(dcimages/headerbg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:#F9C solid 1px;
	padding: 25px 10px 0 10px;
	height: 50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:left;
	color:#F9C;
} 

#header a{ 
	color: #C6C;
} 

#ad {
	float: right;	
}

#undertop {
	z-index: -100;
	position:absolute;
	top: 0px;
	width: 100%;
	background-color:#FFF;
	height: 50px;
	
}