﻿body
{
    margin-top: 0px;
    background: black;
    background-image: url('bg.jpg');
    background-repeat: repeat-x;
    background-position: top;
    font-family: Arial;
    color: White;
}

a
{
    color: #858585;
    text-decoration: none;
}
a:hover
{
    color: White;
}
p
{
    text-align: left;
    width: 250px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.faker
{
    margin-right: 40px;
}

.footer
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: small;
}


.header
{
    height: 35px;
}
