@charset "UTF-8";

body {
	background-image:url(images/baggrund.jpg);
	background-repeat:repeat-x;
}

#master {
	height: 570px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


#logo {
	width: 200px;
	height: 120px;
	margin-top: 10px;
	margin-left: 235px;
	position: absolute;
}

#tekst {
	position: absolute;
	width: 310px;
	height: 350px;
	margin-left: 10px;
	margin-top: 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	z-index: 1;
}

#kasse {
	position: absolute;
	margin-top: 330px;
	margin-left: 10px;
	width: 355px;
	height: 220px;
}

#pige {
	position: absolute;
	margin-top: 150px;
	margin-left: 394px;
	width: 250px;
	height: 420px;
}
	
	
