﻿body
{
    background-color: black;
    color: white;
}

div#indexPage
{
    background-color: black;
    background-image: url(images/wolfpackbackground.png);
    background-repeat: no-repeat;
}

table, td, tr
{
    border-collapse:collapse;
    border-style:none
}

p.pos_fixed
{
position:fixed;
top:900px;
left:230px;
}



