html { 
	width:100%; 
	height:100%; 
}

p { 
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana;
	font-size: 12px;
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.normaltext {
	font-family: Verdana;
	font-size: 12px;
}

#containter {
	position: absolute; 
	left: 50%; 
	margin-left: -450px; 
	width: 900px; 
	top: 50%; 
	margin-top: -300px; 
	height: 600px; 
	background-color:#FFFFFF;
}

#background {
	width: 900px; 
	height: 600px; 
	position:absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1;
}

#tekst {
	font-family: Verdana;
	position: absolute;
	z-index: 2;
}

table {
	border-collapse : 0px;
	padding: 0px;
}



.inputtext {
	border: 0px;
	background-color: #dbb8a2;
	color: #b56618;
	font-family: Verdana;
	font-size: 12px;
	width: 210px;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;		

}

textarea {
	border: 0px;
	background-color: #dbb8a2;
	overflow:hidden;
	color: #b56618;
	font-family: Verdana;
	font-size: 12px;
	width: 210px;	
	padding: 5px;
}

hr {
	color: #f2cb9a;
	height: 1px;
	width: 455px;

}

img {
	border: 0px;
}
