﻿body 
{   position:absolute;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    min-height:500px;
    min-width:500px;
    background-color:White;
    color:Black;
    font-family: Verdana, Arial, Sans-Serif;
    }
 
#head{text-align:center;}

#head>a{margin-left:245px;}

#logo
{   display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 200px;
    width:454px;
    height:88px;
 }
#main
{   margin-top:30px;
    padding-left:1em;
    background-color:Black !important;
    color:  White !important;
    text-align:center;
    line-height: 2em;
    }
#foot
{    position:absolute;
     width:100%;
     bottom:10px;
     padding-top:15px;
     background-image:url("/img/bottom_g.gif");
     background-repeat:no-repeat;
     background-position:center;
     font-size:10px;
     text-align:center;
     }