/* 
  layout and general formatting rules for Frederik Holst
  author: Dirk Heurich
*/


* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial; sans-serif;
	font-size: 13px;
	color: #485059;
	text-align: left;
	font-weight: 100;
	line-height: 140%;
}

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 920px;
	height: 184px;
	margin-top: -92px; /* Half the height */
	margin-left: -460px; /* Half the width */
}

img {
	border: 0;
}

.logo {
	width: 184px;
	height: 184px;
	float: left;
	background-color: #485059;
}