@font-face {
    font-family: 'impact_LT';
    src: url('/fonts/impact_lt/impact_lt.eot'),
    url('/fonts/impact_lt/impact-lt.woff') format('woff'),
    url('/fonts/impact_lt/impact-lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ailerons';
    src:url('/fonts/ailerons/Ailerons.ttf.woff') format('woff'),
    url('/fonts/ailerons/Ailerons.ttf.svg#Ailerons') format('svg'),
    url('/fonts/ailerons/Ailerons.ttf.eot'),
    url('/fonts/ailerons/Ailerons.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #FFFFFF;
    font-family: 'Ailerons';
    font-size: 12pt;
    left: 0;
    clear: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

.outerdiv{
    clear: both;
}
.innerdivTop{
    margin-left: 20px;
    margin-bottom: 50px;
    width: 98%;
    float: left;
}
.innerdiv{
    margin-left: 20px;
    width: 98%;
    float: left;
}
.mainBody {
    float: left;
}

.subBody {
    floar: both;
}

.menuBTN {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
}

.picFrame {
    width: 200px;
    height: 300px;
    border: #000000 1px solid;
}

.picOverlay {
    width: 200px;
    height: 300px;
}



