<!--

/* start dla all */
html{
    background: #E8E8E8;
}

body {
    background: #E8E8E8;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    vertical-align: top;
    height: 100%;
}

/* koniec dla all */


.centerLogin {
    width: 612px;
    height: 360px;
    position: absolute;
    top: 50%; left: 50%;
    margin: -180px 0 0 -311px;
    
}

.podklad {
    width: 100%;
    height: 50%;
    background-color:  #ffffff;
    position: absolute;
}


-->