@charset "iso-8859-1";
/* (c) by Sr-Webmedia.ch */

body {
	margin:0px;
	font-family:Verdana;
	font-size:9px;
	color:#FFFFFF;
	background-color:#0f2632;
}

#wrapper {
	position:absolute;
	border:0px;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
}

#image {
	width:500px;
	height:500px;
	background-image:url(cs.jpg);
}