body {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 550px;
	margin-top: -275px; /*always take 1/2 from the size of the height, they have to be negative*/;
	margin-left: -400px; /*always take 1/2 from the size of the width, they have to be negative*/
}
#wrapper {
	width: 800px;
	height: 550px;
	border: 1px solid #4C813F;
	margin: 0px;
	padding: 0px;
}
#wrapper #content {
	margin: 0px;
	padding: 0px;
	height: 550px;
	width: 800px;
	background-position: 5px 5px;
	background-image: url(pic/EgeTryk_blad_LOGO_stor.gif);
	background-repeat: no-repeat;
}
#wrapper #logotype {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 100px;
	color: #000;
	width: 299px;
	height: 56px;
	padding: 0px;
	clear: both;
	float: left;
	margin-top: 361px;
	margin-bottom: 0px;
	margin-left: 415px;
}
#Slogan {
	width: 267px;
	float: left;
	clear: none;
	margin-top: 10px;
	margin-left: 500px;
	margin-bottom: 20px;
}
#wrapper #bottom {
	width: 798px;
	float: left;
	height: 21px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #4C813E;
	color: #333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4C813F;
	border-left-color: #4C813F;
	margin-top: 5px;
}
#wrapper #bottom a {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
}
#wrapper #bottom a:hover {
	color: #FFF;
}

