﻿body 
{
    margin: 0;
    padding: 0;
    background-color: #acacac;
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
    font-family: Arial;
}

#main
{
    width: 920px;
    height: 522px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../images/mainPage.jpg');
}

#menu
{
    position: relative;
    top: 20px;
    margin-left: 625px;
}

#menu table tr td
{
    color: White;
    font-size: 12px;
}

.menuLink1
{
    color: White;
    text-decoration: none;
    font-size: 12px;
}
.menuLink1:hover
{
    color: #60a621;
}

#fotter
{
    background-image: url('../images/homeFotter.jpg');
    width: 920px;
    height: 46px;    
    
    font-size: 10px;
    color: White;
    
    margin-left: auto;
    margin-right: auto;
}

#fotter a
{
    color: White;
}