﻿body 
{
background-color: #333300;
}
#grundbox
{
position:relative;
width: 800px;
height: 800px;
z-index:1;
}
#ovrebox
{
float:left;
width: 800px;
height: 150px;
}
#loggabox
{
float:left;
background-image:url(banner.jpg);
width: 800px;
height: 146px;
}
#skiljebox
{
float:left;
width: 800px;
height: 4px;
}
#lowerbox
{
	float:left;
	width:800px;
	height:650px;	
}
#pagebox
{
float:left;
width: 800px;
height: 650px;
background-color:#FFFFFF;
}
