body {
    min-width: 605px;
}
#content {
    position: relative;
    width: 600px;
    left:50%;
    margin-left: -300px;
    margin-top:25px;
}

.centerClass {
    text-align: center;
}

.yellowBG {
    background-color: #FFDE00;
}