#contents, #game_frame table {
    color: white !important;
}
#contents a {
    color: #ffb658;
    font-weight: bold;
}
#contents a:hover {
    color: #ffb658 !important;
    text-decoration: underline;
}

#game_header .left_column  {
    padding-top: 8px; 
    padding-bottom: 8px;
    background: #373868;
    background: url("../../../images/events/super_rmn_bros/topbg.png") no-repeat; 
    height:354px;
    width:944px;
    margin-bottom:-100px;
}
#game_header .right_column {
    background:transparent;
    position:relative;
    top: -280px
}
#game_frame { 
    width:912px !important;
    margin: 0 auto 20px !important;
    min-height:400px;
}
#game_frame .left_column {
    width:550px;
}
#main_column {
    background: #010a3b url("../../../images/events/super_rmn_bros/bottombg.png") repeat-x bottom left;
    padding-bottom: 32px;
    min-height:900px;
}

#game_navigation  {
    background: #373868;
    background: rgba(128,128,128,.25);
    margin: 0 auto;
    width:912px;
}
#game_navigation a {
/*    font-size:1.5em !important; */
}
#game_navigation li  {
    border-style:none !important;
}
#game_navigation .current {
    background-color: #40476C !important;
    background: rgba(255, 255, 255, 0.25) !important;
    font-size:large;
    font-weight: bold;
}
div.frame {
    background-color: #40476C;
    background: rgba(255, 255, 255, 0.25);
    border: 0;
    padding: 0;
    margin: 0 32px 32px;
}
.even, .odd, .authors {
    background-color: #40476C !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

div.pages {
    background-color: #40476C;
    background: rgba(255, 255, 255, 0.25);
    color: white;
    margin: 0 32px 16px;
}

.image_wrapper {
    display:inline-block !important;
    vertical-align:text-bottom;
}

.makerscore {
    color: white !important;
}

.blog_post h3 {
    color: white !important;
    font-size: 1.5em;
}

/* Dumb fixes */
#game_description h3 {
    display:none;
}
#game_description div {
    max-height:none;
}