@charset "iso-8859-2";
#wrapper {
	background-color: #FFFFFF;
	height: 500px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	background-image: url(../images/logo_white.gif);
	position: absolute;
	left: 146px;
	top: 161px;
	height: 75px;
	width: 418px;
}
#wrapper #tekst {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
	position: absolute;
	height: 250px;
	width: 250px;
	left: 240px;
	top: 290px;
	text-align: center;
}

