html,body {
	
	margin:0px;
	padding:0px;
	background-color:black;
}


#main {
	width:800px;
	margin:Auto;
	padding:50px;
	border:5px solid #CCCCCC;
	margin-top:50px;
	background:white;

}



#flash {
	width:480px;
	height:330px;
	margin:auto;

	

}



.weiter {
	font-size:12pt;
	font-family:verdana;
	color:#000000;
	width:600px;
	
	text-align:center;
	margin:Auto;
	margin-top:50px;
	

}