html { height:100%; }
body, td, img, table
{
    border: none; margin: 0 0 0 0; padding: 0 0 0 0;
}
body
{
    min-height: 100%;
    height: 100%;
    background-image: url('../_img/global/bg.gif');
    background-repeat:repeat-x;
    background-position:top;
    background-color:#000;
    font: 500 13px/20px "Helvetica", "Arial", sans-serif;
    color:#eee;
}

a 
{
    color:#0074a0;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

h2
{
    font: bold 18px/24px  "Helvetica", "Arial", sans-serif;
}


#center_container
{
    width:790px;
    margin: 0 auto;
    position:relative;
}


#header
{
    width:790px;
    height:190px;
    position:relative;
}

#logo
{
    width:310px;
    height:201px;
    border:none;
}


#sleuth_description
{
    float:right;
    width: 460px;
    padding: 50px 5px 40px 5px;
}



#content_center
{
    min-height: 310px;
    width:810px;
    padding:0 10px 0 10px;
    position:static;
    font: normal 12px/15px "Helvetica", "Arial", sans-serif;
}

#content_center a
{
    font-weight:bold;
}


#logo
{
    width:310px;
    height:201px;
    border:none;
    position:absolute;
    left:20px;
    top:10px;
}

#shades_of_mystery
{
    width:468px;
    height:278px;
    background-image:url('../_img/games/shades_bg.gif');
    float:left;
}

#shades_link
{
    width:460px;
    height:243px;
    border:none;
    margin: 8px 4px auto 4px;
}

#sleuth_noir
{
    width:308px;
    height:278px;
    background-image:url('../_img/games/noir_bg.gif');
    float:right;
}


#noir_link
{
    width:298px;
    height:243px;
    border:none;
    margin: 8px 5px auto 5px;
}

.home_link
{
    left:0;
    padding:5px 0 15px 5px;
}
.home_link a
{
    text-decoration:none;
}

.home_link a:hover
{
    text-decoration:underline;
}

.content_left
{
    width:360px;
    padding:5px;
    float:left;
}

.content_right
{
    width:360px;
    padding:5px;
    float:right;
}


#footer
{
    width:790px;
    color:#456977;
    font: 11px/13px "Helvetica", "Arial", sans-serif;
    white-space:nowrap;
    clear:both;
    padding:8px;
    text-align:center;
}

#footer span
{
    margin: 6px;
}

#footer a
{
    font: 11px/13px "Helvetica", "Arial", sans-serif;
    text-transform:uppercase; 
    text-decoration:none;
    margin: 6px;
}

#footer a:hover
{
    text-decoration:underline;
}
