body, html {
	padding:0;
	margin:0;
	height: 100%

}

Body {	overflow-y: scroll; background-image:url('/images/BodyBck.png')}



#Main1	{
width: 940px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
background: url('/images/MainBck1.png');
text-align: left
height:100%
}

#Main2	{
width: 940px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
background: url('/images/MainBck2.png');
text-align: left
height:100%
}


* html #Main1 {
height: 100%; /***  IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#Bildeflate				
{
margin-left:auto;
margin-right:auto;
width:940px;
height:220px;
}


#TopMeny				
{
background-position: 0% 0%; margin-left:auto;
margin-right:auto;
margin-top:0px;
width:925px;
height:40px;
padding-top:15px; padding-left:15px; 
background-image:url('/images/MenyBck.png'); background-repeat:repeat; background-attachment:scroll
}

#Venstre
{
margin-left:10px;
margin-right:15px;
margin-top:10px;
width:172px;
min-height:100%;
float:left ;
}

/*height:100%;  */

#Midt
{

margin-left:20px;
margin-right:10px;
margin-top:10px;
width:456px;
min-height: 100%;
float:left;
}

#Hoyre
{

margin-left:25px;
margin-right:10px;
margin-top:10px;
width:220px;
float:left;
padding-left:0px;
}

#MidtText
{

margin-left:20px;
margin-right:auto;
margin-top:10px;
width:710px;
float:left;
height:100%;
}

#Footer	{
width: 940px;
margin: 0 auto; /*** Centers the design ***/
min-height: 34;
text-align: left; 
background: url('/images/Footer_Bck.jpg');
