B1;2602;0c@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    height: 100%;
    font-family: Verdana, Geneva, Sans-serif;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: hidden;
}

footer {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 50px;
    left: 0;
    text-align: center;
    font-size: 1.2em;
    font-family: Verdana, Helvetica;
    color: #00adef;
}

#mainDiv {
    width: 100%;
    height: 100%;
}

#logoDivContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

#plexipiesBlue {
    min-height: 110px;
    top: 60px;
    left: 334px;
    background-image:url('../images/plexipies_blue.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#plexipiesBlack {
    min-height: 110px;
    top: 160px;
    left: 134px;
    background-image:url('../images/plexipies_black.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.plexipies {
    width: 133px;
    position: absolute;
    cursor: pointer;
}

#menu {
    background-image:url('../images/menu.png');
    background-repeat: no-repeat;
    width: 235px;
    height: 107px;
}
