/* Globale Formatierungen */

*
{
margin:0px;
padding:0px;
}

html,body
{
	background-color: #D9D3C7;
	width:100%;
	height:100%;
	text-align:center;
}

/* Allgemeine Formatierungen */

/* Die IDs */

#center
{
	width:1px;
	height:50%;
	margin-bottom:-320px;
	float:left;
}

#pix
{
	width:1024px;
	height:640px;
	position:relative;
	clear:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
