﻿body
{
    height: 100%;
}

#index_container
{
    position: absolute;
    
    top: 25%;
    left: 50%;
    
    height: 400px;
    width: 750px;
    
    margin: 0px auto auto -375px;
    
    background-color: #ffffff;
            
}

#index-logo
{
    position: absolute;
    
    top: 0px;
    left: 20px;
}

#index-login
{             
    position: absolute;

    top: 100px;
    right: 30px;
}

#index-copyright
{    
    position: absolute;
    bottom: 0px;
    
    width: 100%;
    
    background-color: inherit;
            
    text-align: center;
    color: #000000;

    border-top: 1px dotted #888888;
}