#html, body {
    margin: 0;
    padding: 0;
    background-color: white;
}

#pageContainer { /*css for the whole page*/
    margin: auto auto;   /*center the whole page*/
    width: 400px;
    height: 400px;
}
