#container {
    position: relative;
    height: 100%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}   

html>body #container {
    height: auto;
    min-height: 100%;
}   

#top_spacer {
    height: 40px;
}

#heading {
    margin: 10px;
}

#content {
    margin: 10px; 
}

#bottom_spacer {
    height: 40px;
}

#style_chooser {
    position: absolute;
    right: 10px;
    bottom: 25px;
}

#stickers {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

img {
    border: 0px;
}

