body {
    padding: 0px;
    margin: 0px;
    background-image: url(images/bg.jpg);
    background-position: top left;
    background-repeat: repeat;
    font-family: verdana;
    font-size: 12px;
    color: #000000;
}
#logo {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -280px;
    margin-top: -160px;
    background-image: url(images/logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 464px;
    height: 206px;
}
#witamy {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -145px;
    margin-top: -230px;
    background-image: url(images/witamy.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 289px;
    height: 26px;
}
#kliknij {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -97px;
    margin-top: 100px;
    background-image: url(images/kliknij.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 195px;
    height: 64px;
    cursor: pointer;
}
#zaloguj {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: 180px;
    background-image: url(images/login.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 250px;
    height: 60px;
    cursor: pointer;
}
#pollug {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 200px;
    height: 50px;
    margin-left: -210px;
    margin-top: -50px;
    text-align: right;
}
#powered {
    position: absolute;
    top: 100%;
    left: 10px;
    margin-top: -70px;
}
img {
    vertical-align: middle;
}
table tr td {
    font-size: 12px;
    font-family: verdana;
    color: #000000;
}
input {
    width: 180px;
    font-family: verdana;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #999999;
}
#login {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 474px;
    height: 217px;
    margin-left: -237px;
    margin-top: -108px;
    background-image: url(images/login.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#login table {
    margin-top: 50px;
}
#loginButton {
    background-color: transparent;
    border: none;
    background-image: url(images/loginButton.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 121px;
    height: 33px;
    margin-right: 20px;
    cursor: pointer;
}
