html, body {
	background-color:	#006699;
	background-image:	url(../img/bg.png); /* enthält das Pseudo-Tabellen-layout */
	background-repeat:	repeat-y;
	background-position:	center;	
	min-width: 	1000px; /* Firefox 2.0, IE8 */
}

