﻿* {
	margin: 0;
	padding: 0;
	
}


body
{
    margin: 0px;
    background-position: 0% 0%;
    background-color: #000000;
}

body, th, td, input, textarea
{
    font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
    font-size: 15px;
}


a
{
    color: #51b2f6;
}

a:hover
{
    color: #7ba5ff;
}

#header
{
    color: #ffffff;
    font-family: Verdana, 'Ultra Serif SF';
}


#logo
{
        
}

#logo img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}



#content
{
    margin-left: 25px;
    color: #ffffff;
    font-family: Verdana, 'Ultra Serif SF';
}

#footer
{
    margin-top: 100px;
}

#footer img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}



