html {overflow-y: scroll;}

body {

	height: 100%;
background: #FF500B; 



}

#main {
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	width:1000px;
background: #FFFFFF; <!-- baggrund main skal være FFFFFF -->

}


#top {
position:relative;
margin-left: 5px;
margin-right: auto;
top:0px;
width:1000px;
height: 60px;


font-weight: bold;
vertical-align: bottom;
text-align: left; 
font-size: 70px;
color:#FF500B;




}

#menu1 {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	left:0px;
	top:0px;

	width:1000px;
	height: 25px;
background: #0070C0;
text-align:center;
color:FloralWhite ;

}

#logo {


}


#main2 {
position:relative;
	left: 0px;
	top:0px;
	width:1000px;
	margin-left: 20px;
	margin-right: 20px;
}

#menu2 {
position:relative;
	left: 0px;
	top:0px;
        height: 650px;
	width:250px;
margin-left: -40px;
margin-top: 30px;
line-height: 1;


background-image: url(http://kennel-vindelsbo.dk.linux29.unoeuro-server.com/uploads/images/menu2_back.gif);
background-position: right; 

}

#content {
position:relative;
	left: 200px;
	top:-690px;
	width:740px;
background: #FFFFFF;
}




#bot {
position:fixed;	
vertical position:center;
bottom:30px;
background: #FF500B; 


width:1000px;
height: 25px;

text-align:center;
color:FloralWhite ;
}



#made {
position:fixed;	
vertical position:center;
bottom:0px;

width:1000px;
height: 30px;
background: #FFFFFF;
text-align:center;
vertical-align: middle;
background: #FF500B; 
color:FloralWhite ;
}

/* Stylesheet: KV Modified On 2015-04-25 15:15:50 */
