/* 
    Document   : login
    Created on : 21 Dec, 2012, 12:07:49 PM
    Author     : avinash
    Description:
        Purpose of the stylesheet follows.
*/

/*body{
    background-color: #EEEEEE;
}*/

#loginPanel {
    background-color: transparent;
    background-image: url('../images/main.jpg');
    background-repeat: no-repeat;
    height: 660px;
    width: 880px;    
}

.container_t{  
    height: 660px;
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}
