html, body {
        padding: 0;
	overflow-y: auto;
}
#box {
        overflow: hidden;
}       
#footer {
        z-index: 1;
        position: absolute;
}