body {
   background-color:#ca1414;
   background-position: top left;
   background-repeat: repeat;
   margin: 0; padding: 0;
   height: 100%;
   text-align: center;
}
      
/* commented backslash hack \*/
html, body{height: 100%;}
/* end hack */
html,body {margin:0;padding:0;}

div#container {
	width: 770px;
	height:100%;
	background-repeat: repeat-y;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
	background-image: url(../img/back.gif);
} 

html>body div#container {
    height: auto; 
}
#top {
	height: 179px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-color: #FF0000;
}
#logo {
	float: left;
	z-index: 2;
}

#nav {
	background-image: url(../img/back_nav.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 730px;
	height: 25px;
}
#nav ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#nav ul li {
	list-style-type: none;
	display: inline;
	float: left;
}
#nav ul li a {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	line-height: 20px;
}
#nav ul li a:hover {
	color: #663333;
	text-decoration: none;
}

#content {
	background-image: url(../img/back_girl.gif);
	background-repeat: no-repeat;
	margin: 0px 10px 10px 50px;
	padding: 0px;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 300px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0 0 0;
}
#content a {
	color: #545663;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
}
.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
		}
.tekst a {
	text-decoration: none;
	color: #545663;
}
.tekst a:hover {
	text-decoration: underline;
	color: #999999;
}