@charset "utf-8";
* {margin: 0px;padding: 0px;}
body {
    background-image: url("travel-background-wxhd.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #cccccc;
    background-size: cover;
    height: 100%;
}

div.doboz{
    height: 100%;
    width: 100%;
}

div.logo{
    position: fixed;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    margin-top: -125px;
    margin-left: -250px;
}

div.webmail{
    position: fixed;
    right: 20px;
    bottom: 20px;
}