﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #4b6c9e;
}

#loginbox {
    position: absolute;
    height: 366px;
    width: 644px;
    margin: -133px 0 0 -322px;
    top: 50%;
    left: 50%;
}

#box 
{    
    position: absolute;
    width:300px;
    height:200px;
    margin: -100px 0 0 -150px;
    top: 50%;
    left: 50%;

}

