/**
Layout styles for www.fsv-frankfurt.de
Copyright Yalster Online GmbH
*/

/**
general formats
*/
html, body {
	margin:0px;
	padding:0px;
	background-color:#000;
	/*background: #000 url('../nimg/selectpage/auswahlseite.png') top center fixed no-repeat;*/
}

/**
main divs
*/
#container {
	width:100%;
	margin:0 auto;
	text-align:center;
}