﻿body {
    margin: 0px;
}

#animatorFrame {
    overflow: hidden;
	visibility: hidden;
    border-color: black;
    border-style: solid;
    border-width: 0px;
    position: absolute;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    width: 743px;
    height: 228px;
    background-color: rgb(0, 110, 86);
}

#animatorImage1 {
    position: absolute;
    top: 0px;
}

#animatorImage2 {
    position: absolute;
    top: 0px;
}

#animatorText {
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    margin-top: 0px;
    top: 160px;
    width: 743px;
    height: auto;
    text-align: center;
    font-family: Arial;
    font-style: normal;
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 2px 2px 3px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.selected #animatorText {
    color: white;
}
