/*-------------------------------------------------------------

CSS code by Soeren Vogelsang

---------------------------------------------------------------*/

table {	border-collapse:seperate; border-spacing:0; }
fieldset,img { border:0; }


body { 	
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#F90;
	line-height: 20px;
}


a:link {
	color:#09C;
	text-decoration:none;
	font-weight: normal;
}

a:visited {
	color: #09C;
	text-decoration:none;
	font-weight: normal;
}

a:hover {
	color:#69C
	text-decoration:underline;
	font-weight: normal;
}


#container1{
	width: 1000px;
	height: 200px;
	position: static;
	text-align: center;
	margin: 5px auto;
}

#container2{
	width: 1000px;
	height: 550px;
	text-align: center;
	margin: 5px auto;
	margin-top: 50px;
	overflow: auto;

}
