body,html{
    height:100%;
    position:relative;
}
.clear{clear:both;}
.container{
    width:980px;
    margin:0 auto;
    position:relative;
}
#wrapper{
    min-height:100%;
    position:relative;
}

header{
    height:121px;
}
#content{
    padding-bottom:229px;
}
footer{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:229px;
    background:#000;
}