/* 
----------------------------------------------------------------------
Yvonne Meyer-Lohr - www.meyer-lohr.de
Start: 06.10.2006
Letzte Aenderung: 06.10.2006
Autor: marc thiele - www.marcthiele.com
----------------------------------------------------------------------
*/
html,body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
}
/* Container fuer komplette Site */
#main {
	background-color: #FFF;
	margin: -250px 0 0 -390px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 500px;
}