html, body{
    height: 100%;
}
#login-outside{
    display: table;
    height: 100%;
    width: 100%;
    *height: 50%;
    *position: absolute;
    *top: 40%;
}
#login-inside{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    *width: 100%;
}
#login{
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5%;
    *width: 50%;
    *position: relative;
}

img.logo-login{
    margin:	17px;
    border:	0px;
    padding: 0px;
}

div.logo-left{
    position: absolute;
    left: 0px;       
}

div.logo-right{
    position: absolute;
    right: 0px;
} 
    			
body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Arial, helvetica, Verdana, sans-serif;
    font-size: 14px;
}

div.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
