body,html{
		padding:0;
		margin:0;
		z-index:3;
}

body{
background:url(images/1600x1010background5.png) no-repeat;
background-color:#FFFFFF;
}
	
#container{
		position:relative;
		margin:0 auto;
		width:700px;
		font-family:Arial, Helvetica, sans-serif;
}
		
	
		
#header{
		background:url(images/HEADER_done.png) no-repeat;
		width:700px;
		height:175px;
}


	#footer{
	background:url(images/footer.png);
	height:101px;
	width:700px;
	clear:both;
}
	
	#content{
font-family:tahoma;
}
			
	
		

		
		
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
	right:-35px;
	margin:0 auto;
	top:135px;
    height: 45px; width: 600px;
    background: url("images/bg.gif") no-repeat top;
    padding: 15px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("images/madelienehead.png") no-repeat;
            width: 150px; height: 150px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("images/madelieneg") no-repeat top left;
                height: 80px;
                margin-right: 50x;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 80px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
        
		
		

