﻿HTML
{
    height: 100%;
}
BODY
{
    background-position: #000000;
    padding-right: 0px;
    padding-left: 0px;
    background: #000000;
    padding-bottom: 0px;
    margin: 0px;
    width: auto;
    padding-top: 0px;
    height: 100%;
    font-family: Calibri,"sans-serif",Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
}

#main
{
    margin: 0px auto;
    width: 920px;
    position: relative;
    text-align: center;
    padding-top: 30px;
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    height: 738px;
}

h1
{
    font-size: 15pt;
}

.ToRight
{
    float: right;
}

a
{
    color: #FFFFFF;
}


a:hover
{
    background-position: 0px 0px;
    background-color: #333333;
}

img
{
    border-width: 0px;
}

