body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 

}

h1 {
font-size:16px;
color:#e31818;

}


#framecontentTop, #framecontentBottom{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px; 
	overflow: hidden; 
	background-color: #FFFFFF;
	color: #000000;
}

#framecontentBottom{
	top: auto;
	bottom: 0;
	height: 170px;
	overflow: hidden;
	background-color: #FFFFFF;
	color: #333333;
}

#maincontent{
	position: fixed;
	top: 160px;
	left: 0;
	right: 0;
	bottom: 170px;
	background: #fff;
	overflow: auto;
}

.innertube{
margin: 35px; 
}

* html body{
	padding: 160px 0 170px 0;
}

* html #maincontent{ 
height: 100%; 
width: 100%; 
}


#meny{
	margin: 0 auto;
	width: 800px;
}

a {
	color:#d41e1b;
	text-decoration:none;
	font-weight:bold;
}

