/*
 * fallensecrets.de - Style-Sheet
 * Copyright 2006 by Sven-Torben Janus 
 * All rights reserved !
 * version: 1.0
 */

html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#FFFFFF;
}

#center {
	position:absolute;
	width:700px;
	height:200px;
	min-height:200px;
	padding:0px;
	top:50%;                  
	left:50%;	
	margin: -100px 0 0 -350px;
	text-align:center;
}
