@charset "utf-8";
/* CSS Document */

/* #######################################################################
   PNG Dateien im IE6 */

img { behavior:url("css/pngbehavior/pngbehavior.htc"); }

/* #######################################################################
   Body und Divs */

body {
	background-color: #FFFFFF;
}

#Div_index {
	position:absolute;
	left:50%;
	margin-left:-275px;
	top:50%;
	margin-top:-250px;
	width:550px;
	height:500px;
	z-index:1;
}
