html, body {
height: 100%;
}

#container {
min-height: 100%;
margin-bottom: -1000px;
position: relative;
}

#footer {
height: 30px;
position: relative;
}

.clearfooter {
height: 1000px;
clear: both;
}

