#container is definately there. You might need to make html yourself. It should look like this.
Or something similar. It does work because i just tried it myself on your site. Its just a matter of you editing the code yourself.
http://i.imgur.com/Wqgg98x.jpg
html {
height: 100%;
}
body {
height: 100%;
}
#container {
min-height: 100%;
}
Or something similar. It does work because i just tried it myself on your site. Its just a matter of you editing the code yourself.
http://i.imgur.com/Wqgg98x.jpg