#mainBox {
	background: no-repeat url('top.png') #ffffff;
	border: 1px solid #404040;
	height: 400px;
}

#navigation a.active {
	color: #000000;
	background: none;
	text-decoration: underline;
}

#headline, #content, a {
	color: #404040;
}
   
   a {
   	color: #000000;
   }
   

   
   #tracks {
	float: left;
	width: 160px;
	text-align: right;
	padding-top: 180px;
   }
   
   #comment {
   	float: right;
	width: 170px;
	padding-top: 180px;
   }

