
body {
	margin:0px;
	padding:0px;
	font-family:times, sans-serif;
	font-size:18px;
	color: #00f8Ff; 
	background-color: black;
	#background-repeat: repeat-y;
	#background-image: url('http://www.xymon.com//xymon/gifs/bkg-blue.gif');
	text-align:left;
	}



#Container {
	margin:0px auto;
	width: 800px;
	position: relative;
	}

#HeaderDawn {
	width: 800px;
	position:absolute;
	top:32px;
	text-align:center;
	border-color: #00E8FD;
border-top-style:none;
border-right-style:none;
border-bottom-style:solid;
border-left-style:none;
padding-bottom:15px;


}

#Header {
	width: 650px;
	position:absolute;
	top:32px;
	text-align:center;
	border-color: #00E8FD;
border-top-style:none;
border-right-style:none;
border-bottom-style:solid;
border-left-style:none;
padding-bottom:15px;


}




#Content {
	width: 650px;
	position:absolute;
	top:132px;
	padding:0px;
}

#Menu {
	width: 150px;
	text-align:left;
	position:absolute;
	top:92px;
	left:650px;
	padding:10px;
}

#Content a:link {color:#00ee00; text-decoration:none;} 
#Content a:visited {color:#00ee00; text-decoration:none;} 
#Content a:hover {color:#eeeeee; text-decoration:none;} 
#Content a:active {color:#00ee00; text-decoration:none;}

#Menu a:link {color:#eeee00; text-decoration:none;} 
#Menu a:visited {color:#eeee00; text-decoration:none;} 
#Menu a:hover {color:#eeeeee; text-decoration:none;} 
#Menu a:active {color:#eeee00; text-decoration:none;}




