/* custom css */
 #content {
   background-color: #e6e5ec;
}
#mastheadWrapper {
    background-color: #e6e5ec;
}
#mastheadFrame {
    background-color: #e6e5ec;
    padding: 15px 15px 0px;
}
.countdown_div {
    height: 113px;
    padding-top: 19px;
}
 
Other Options
/*suppress participant buttons*/
#part_button {
    display: none;
}

#partButton, #teamButton {
    /*and team button on leaderboard */
    display: none;
}

/*suppress join team buttons - no registration*/
.joinButton {
    display: none
}