body {
    margin: 0px;
    padding: 0px;
}

.memoplayer_container
{
    position: relative;
}

.memoplayer_container .webplayer
{
    position: relative;
}

#memoplayer1, #memoplayer2, #memoplayer3
{
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    height: 520px;
    background-color: #000000;
    z-index: 1;
}

#memoplayer1
{
    top: 30px;    
}

#memoplayer2
{
    top: 670px;
}

#memoplayer3
{
    top: 1290px;
}

.top_bar
{
    height: 50px;
    width: 100%;
    background-color: #f15a59;
    color: #ffffff;
    font-family: MetaOT, Arial;
    font-size: 16pt;
    text-align: center;
    padding-top: 20px;
}

.top_bar_img
{
    position: absolute;
    top: 10px;
    left: 20px;
}

.demo_titles
{
    width: 100%;
    font-size: 16pt;
    color: #1e96b8;
    font-family: MetaOT, Arial;
    margin-top: 40px;
    text-align: center;
}

.demo_titles a
{
    color: #1e96b8;
    text-decoration: none;
}

.footer
{
    position: absolute;
    bottom: 10px;
    height: 31px;
    right: 5px;
    
}

.bottomposition 
{
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    height: 40px;
    text-align: left;
    left: 20px;
    width: auto;
    right: 0px;
}

@font-face {
    font-family: 'MetaOT';
    src: url('../scripts/webplayer/style/font/metaot-bold-webfont.eot');
    src: url('../scripts/webplayer/style/font/metaot-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../scripts/webplayer/style/font/metaot-bold-webfont.woff') format('woff'),
         url('../scripts/webplayer/style/font/metaot-bold-webfont.ttf') format('truetype'),
         url('../scripts/webplayer/style/font/metaot-bold-webfont.svg#metaotbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MetaOT';
    src: url('../scripts/webplayer/style/font/metaot-normal-webfont.eot');
    src: url('../scripts/webplayer/style/font/metaot-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../scripts/webplayer/style/font/metaot-normal-webfont.woff') format('woff'),
         url('../scripts/webplayer/style/font/metaot-normal-webfont.ttf') format('truetype'),
         url('../scripts/webplayer/style/font/metaot-normal-webfont.svg#metaotnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}