Footer Wont go down????

Ive just spent ages with this, I cant figure out why the footer wont go down

http://landerdesigns.com/Matt/

[php]
body {
padding:0;
margin:0;

}

#wrapper {
min-height:100%;
position:relative;
}
#header{
margin-top: 26;
margin-right: auto;
margin-bottom: 0;
margin-left: 10%;
z-index: 12;
position: absolute;

}

#nav {margin-top: 170px;
margin-right: auto;
margin-bottom: 0;
margin-left: 10%;
text-align:center;
width: 953px;
height: 50px;
text-align: center;

position: absolute;
z-index: 55;
color: #faff74;

}

#container{
margin-top: 299px;
margin-right: auto;
margin-bottom: 0;
margin-left: 10%;
width: 953px;
position: absolute;
background-color: #000;
border: 5.5pt solid #FF0; 
	}
	
	.txt{
background-color: #ddd;
padding: 5px;
margin: 5px;

font-family: calibri,tahoma;
font-size: 10pt;
line-height: 15pt;
}

#footer{position:absolute;
 left: 0px;

bottom:0px;
right:0px;
background: #c9c9c9;
clear: both;
display: block;
color: #868686;
border-top: 3px solid #EBEBEB;
text-align: center;
z-index: 1000;}

/******************* Menu *************************/
#menu4 ul {
list-style:none;
font-family: Helvetica, Arial, sans-serif;
font-size: 30px;
letter-spacing: -3px;
line-height: 1.2em;
float:left;
clear:both;
text-align:center;

}
#menu4 ul li{
float:left;
}
#menu4 ul li a{
display: block;
text-decoration: none;
color: #FFFFFF;
width: 130px;
}
#menu4 ul li a span{
display:block;
}
#menu4 ul li a span.title{

}
#menu4 ul li a:hover span.title{
color:#00adef;
}
#menu4 ul li a span.text{
padding: 0px 3px;
font-family: Georgia, serif;
font-size: 13px;
font-style: italic;
font-weight: normal;
letter-spacing: normal;
line-height: 1.6em;
color: #FFFF00;
visibility: hidden;
}
#menu4 ul li a:hover span.text{
visibility:visible;
}

        <li><a href="/Matt/reviews.php"> <span class="title">Reviews</span> <span class="text">What previous customers thought</span> </a> </li>
        
              <li><a href="/Matt/shop.php"> <span class="title">Shop</span> <span class="text">What I have for sale</span> </a> </li>
</ul>
Container here
copyright jabber
[/php]

There is no reason to use absolute positioning for this design.

Seems like you are relying on a program to build your CSS.

Sponsor our Newsletter | Privacy Policy | Terms of Service