/*--------------------------------  Login -------------------------------------------*/

body
 {
    padding: 0px;
    margin: 0px;
    
    }   
   #Heading
{position: absolute;
    top: 10px;
    left: 5px;
    width: 800px;
    height: 80px;
    font-size: 24px;
    font-family: Verdana;
    text-align: right;
    background-image: url(../images/server.jpg);
    background-position: top, right;
    background-repeat: no-repeat;
    z-index: 100;
    
    } 
    #Seperator
{position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 100px;
    background-image: url(../images/LogoBack.jpg);
    background-repeat: repeat-x;
    z-index: 1;
    
    
    } 

 #Login
{ position: absolute;
   top: 200px;
    left: 200px;
    width: 350px;
    height: 200px;
    text-align: center;
    font-size: small;

}

   
    #Copyrights
{ position: absolute;
   top: 400px;
    left: 200px;
    width: 350px;
    height: 100px;
    text-align: center;
    font-size: small;

}
