/* CSS Document */
body {
	background-color:#555555;
	cursor:default;
	color:#CCCCCC;
	font-size:100.01%;
	margin:0;
	padding:0;
}

a { color:#FFFFFF;}

#content {
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
}
#logo {
	background-image:url(http://www.prevent.ag/fileadmin/templates/templ_img/logo_prevent.gif);
	position:absolute;
	top:0px;
	left:30px;
	width: 117px;
	height: 82px;
	z-index:10;
	background-repeat:no-repeat;
}