body {
    text-align : center;
    background-repeat : repeat;
    background-position:top center;
    background-attachment:fixed;
    background-color:#000000;
}

.menu {
    text-align : center;
    background-image : url(../images/header.jpg);
    background-repeat : no-repeat;
    background-position:top center;
    width:950px;
}



table.body {
    width:950px;  
    text-align : center;
    border-width : 0px;
    border-color : #666666;
    background-color:#212121;
    background-image : url(../images/bg.jpg);
    background-repeat : no-repeat;
    background-position:bottom center;
    
    border-style : groove;
    font-family:arial;
    position:relative;
    top:-15px;
    left:-5px;
}

.foot   {
    background-color:#ffffff;    
    position:relative;
    top:45px;
    left:0px;
}

img {
     border-width:0px;
    }
    
    
.contact {
    text-align : left;
    font-size : 14px;
    font-family : Arial, Verdana, Helvetica, sans-serif; 
    color:#cccccc;
}

p.text  {
    text-align : left;
    font-size : 13px;
    font-family : Verdana,  Helvetica, sans-serif;
    font-weight:100; 
    color:#cccccc;
        }

table.main {
color : #666666;
font-size : 14px;
text-align : left;
font-family : Verdana, Arial, Helvetica, sans-serif;
width : 97%;
height : 550px;
}