﻿body
{
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    background-color: #000000;
    background: #000000 url('/Content/Images/Background.jpg') no-repeat top center;
    color: #FFFFFF;
    scrollbar-base-color: #bb1100;
}

a,
a:link,
a:active,
a:focus,
a:visited
{
    text-decoration: none;
    color: inherit;
    border-style: none;
    outline: none;
}

a:active
{
    outline: none;
}

a:focus
{
    -moz-outline-style: none;
}

img
{
    border-width: 0px;
    border-style: none;
}

#headerContent,
#mainContent
{
    text-align: left;
    margin: 0px auto 0px auto;
    width: 785px;
    padding: 2px;
    /*border: solid 5px white;*/
}

#headerContent
{
    padding: 150px 0px 15px 15px;
}

#mainContent
{
    font-size: 16px;
    padding-left: 25px;
}

#topLinks
{
    margin: 40px 0px 0px 0px;
}

.gamesTable tr td
{
    text-align: center;
    vertical-align: top;
}

.gamesTable tr td div+div
{
    width: 200px;
}

.gameTitle
{
    font-size: 22px;
    padding-bottom: 10px;
}

.gameImage
{
    border: solid 3px Silver;
}

.gameLink:link,
.gameLink:visited
{
    text-decoration: underline;
    color: #AAAAAA;
}