#html, body {
    margin: 0;
    padding: 0;
    background-color: #26333c;
}

#pageContainer { /*css for the whole page*/
    margin: auto auto;   /*center the whole page*/
    width: 1016px;
    height: 509px;
}

#logoImage { /*css for the logo image*/
    width: 1016px;
    height: 509px;
}