BODY {
    background: #000000;
    margin: 0;
    border: 0;
    float:left;
    height: 600px;
    overflow: hidden;
}
#hatter {
    background: url(kiosk.png) no-repeat;
    width: 281px;
    height: 768px;
    display: block;
    z-index: 1;

}
#vonal {
    background: url(vonal.png);
    position: absolute;
    width: 100%;
    height: 2px;
    top: 540px;
    z-index: 3;
}
#devel {
    background: url(development.png);
    position: absolute;
    width: 400px;
    height: 50px;
    z-index: 2;
    top: 540px;
    left: 600px;
}
#info {
    background: url(info.png);
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 2;
    top: 0px;
    right: 0px;
}


