html,body{
    margin: 0px;
    padding: 0px;
    background-color: #63C6D4;
    height: 100%;
}
.myMovie{
    width: 814px;
    height: 459px;
    border: 0px outset #C0C0C0;
    position: relative;
    margin: 0 auto;
    background-color: #c7d5de;
    background-color: #d1dffb;
    display: block;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 150px 150px;
}
iframe{
    width: 814px;
    height: 459px;
    max-width: 814px;
    max-height: 459px;
}
.screen{
    width: 814px;
    height: 459px;
    max-width: 814px;
    max-height: 459px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.loginLinkText{
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    margin-top:15px;
}

label.bool{
    cursor: pointer;
}
label.bool:hover{
    background-color: #aade7c;
}
a:visited{
    color: blue;
}
#loggedIn{
    font-family: Arial;
    font-size: 11px;
    width: 814px;
    margin: 0 auto;
    text-align: right;
}

@media all and (device-width:814)