body{
    font-family:arial;
    font-size:13.5px;
    color:white;
    margin:0 auto;
    background-image:
    url(images/bg_map.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #000000;

}

a:link {color: white;}
a:visited {color: white;}
a:active {color: white;}
a:hover {background-color: none;}
a: {text-decoration: transparent;}


div#header{
    width:800px;
    height:200px;
    margin:0 auto;
border-style:solid;
border-width:2px;
border-color: #333333;
}

div#mainpage{
    background-color: #000000;
    width:800px;
    height:500px;
    padding-top:20px;
    margin:0 auto;
border-style:solid;
border-width:2px;
border-color: #333333;
}
div#maincontent{
    background-color: #000000;
    width:750px;
    height:100%;
    margin:0 auto;
}

div#footer{
    background-color: #330033;
    width:800px;
    height:40px;
    margin:0 auto;
    font-size:12px;
    text-align:center;
    color: white;
    border-style:solid;
border-width:2px;
border-color: #333333;
}

