#bg { 
    position: fixed; 
    top: 0;
    left: 0; 
    z-index:-1;
}

div#page {
    margin: 10px;
    padding: 5px;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
