﻿body
    {
    color: white;
    font-family: arial, verdana;
    font-size: 15px;
    background-color: Black;
    background: url("../images/tile_background.gif");
    }

.logobg
    {
    background:        url("../images/tile_background_3.jpg");
    background-repeat: repeat-y;
    width:             142px;
    height:            1064px;
    }

.centercontainer
    {
    background: transparent;
    height: 1064px;
    }
.btn
    {
    font-size: 24px;
    color: black;
    }

.btn:a
    {
    font-size: 24px;
    color: black;
    }

.btn:a hover
    {
    font-size: 24px;
    color: blue;
    }

.content
    {
    width:          80%;
    padding-bottom: 10px;
    }

.small
    {
    font-size: 10px;
    }

.smallblack
    {
    font-size: 10px;
    color: black;
    }

a
    {
    color: yellow;
    }

.standings_div
    {
    padding-left: 5px;
    padding-top: 8px;
    width:       225px;
    }

.score
    {
    text-align: right;
    color: yellow;
    font-size: 15px;
    }

.username
    {
    text-align: center;
    color: yellow;
    font-size: 15px;
    }

