﻿body 
{
    background: #050306;
    color: White;
    min-width: 990px;
    font-family: Verdana;
    font-size: small;
    margin: 0;
    text-align: center
}
h1 
{
    margin: 0;
    color: Maroon;
    font-weight: normal;
    font-size: xx-large
}
a:link 
{
    color: Maroon;
    text-decoration: none;
    font-weight: bold
}
a:visited
{
    color: maroon;
    text-decoration: none;
    font-weight: bold
}
a:hover 
{
    color: silver;
    text-decoration: underline;
    font-weight: bold
}
.page990 
{
    width: 990px;
    text-align: left;
    margin: auto;
    position: relative;
    overflow: auto
}
.background
{
    background: #050306 url(Images/Backgrounds/LocktoberSign.jpg) no-repeat;
    width: 448px;
    height: 336px;
    position: absolute;
    top: 0;
    left: 0;
}
.background_right
{
    background: #050306 url(Images/Backgrounds/LocktoberSign.jpg) no-repeat;
    width: 448px;
    height: 336px;
    position: absolute;
    top: 0;
    right: 0;
}
.Locktober_Intro 
{
    margin-top: 350px;
    position:relative;
    padding: 20px;
}
.tb 
{
    padding: 2px 5px;
    border: solid 2px maroon;
    width: 125px
}
.pCreateAccount 
{
    position: relative;
    padding: 20px;
    width: 400px
}
.Bowl_Standings_MainDiv 
{
    position: absolute;
    right: 20px;
    top: 0;
}
.Bowl_Picks 
{
    float: right;
    margin: 0 20px 20px 20px;
    position: relative
}
.StandingsLink a:link 
{
    color: White;
    text-decoration: none;
}
.StandingsLink a:visited 
{
    color: White;
    text-decoration: none
}
.StandingsLink a:hover 
{
    color: White;
    text-decoration: underline
}
