Body {
    background: #666666;
    color: #000000;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

.FloatingContainer {
    background-color:white;
    border: 0;
    height: 768px;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}

.FlashFrame {
    position: absolute;
}

.MainContainer {
    position:absolute;
    width: 1000px;
}

.index_container {
    position:absolute;
    width: 1000px;
}

.index_languageselector {
    display: none;
    height : 34px;
    right : 0;
    position :absolute;
    width : 300px;
}

.index_waitscreen {
    background-color : white;
    display:none;
    filter: alpha(opacity = 60);
    left : 0;
    opacity:.60;
    position:absolute;
    top : 0;
    height : 768px;
    width: 1000px;
    -moz-opacity: 0.6;
}







