/* CSS Document */
/* manjographics / famefabrik / compete court */


html, body {
	height: 100%; 
	margin: 0; 
	padding: 0;
	font-family: "Trebuchet MS";
	color: #404040;
	letter-spacing: 0.04em;
	font-size: 24px;
	}
	
	
#vignette {
	position:fixed; 
	top:0; left:0; 
	width:100%; 
	height:100%;
	}
	
#content {
	position:relative; 
	z-index:1;
	width: 355px; height: 130px;
	margin: -65px auto;
	top: 50%;
	background-image: url(oliver-hagen.png);
	}
	
#wrapper {
	width: 355px; height: 95px;
	background-image: url(logo.png);
	text-indent: -99999px;
	text-align: center;
	padding: 35px 0 0 0;
	}
	
#logo {
	position: absolute;
	z-index:1;
	top: 50%; left: 50%;
	margin: -90px 0 0 -167px;
	}


::selection {
	background: #ffb7b7; /* Safari */
	}
::-moz-selection {
	background: #99cc00; /* Firefox */
	color: #fff;
}
