body {
    background: #000 url('../images/background.jpg') no-repeat;
    background-position: top center;
    overflow-x: hidden;
}
body a {
    color: #00AEC5;
}
img {
    border: 1px;
}

.window {
    width: 815px;
    background-color: #000;
    height: 516px;
    *height: 520px;
    color: #fff;
    text-align: left;
    overflow: hidden;
}
.header {
    width:800px;
    position: relative;
    padding-left: 5px;
}
.logo {
    float: left;
}
.logo1 {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: 250px;
    z-index: 99;
}
.button {
    float: left;
    position: relative;
    background: url('../images/arrows1.png') no-repeat;
    margin-left: 10px;
    padding-left: 21px;
    color: #FFF;
    text-decoration: none;
    margin-top: 10px;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 7px;
}
.button:hover, .button.active {
    color: #00AEC5;
}
.button1 {
    position: relative;
    background: url('../images/grey-arr.gif') no-repeat;
    padding-left: 10px;
    margin-left: 15px;
    color: #848484;
    font-size: 10px;
    text-decoration: none;
    top: 12px;
    padding-top: 1px;
}
.button1:hover {
    color: #1494B1;
}
.rotation {
    width: 800px;
    height:480px;
    margin-top: 30px;
    *margin-top: 0;
    left: 50%;
    margin-left: -400px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    display: none;
    z-index: 1;
    background-color: #000;
}
.rotation .text {
    padding-top:8px;
    padding-bottom: 8px;
}

.page {
    float: left;
    width: 800px;
    height: 533px;
    background: url('../images/mountain.jpg') no-repeat;
    position: relative;
}
.box {
    position: absolute;
    background-color: #373737;
    MozOpacity: .75;
    opacity: .75;
    filter: alpha(opacity:75);
}
.big {
    width: 780px;
    height: 425px;
    top: 100px;
    left: 10px;
}
.top {
    top: 8px;
    left: 10px;
    width: 630px;
    height: 85px;
}
.box-text {
    position: absolute;
    width: 775px;
    height: 415px;
    top: 100px;
    left: 10px;
    padding:5px;
    color: #FFF;
    font-size: 13px;
    font-family: Arial;
    overflow-y: auto;
    text-align: left;
    line-height: 17px;
}

.testimony-dropdown {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    margin-top: 3px;
}

.testimony {
    display: none;
}

.testimony-link {
    display: block;
    text-align: center;
}
.testimony-short img {
    margin:3px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}
.box-text a {
    color: #FFF;
    text-decoration: underline;
}
.box-text a:hover {
    color: #FFF;
    text-decoration: none;
}

.answer {
    display: none;
}
ol li {
    margin-top: 8px;
}
.formregister label {
    width: 65px;
    display: block;
    float: left;
}
.formregister input {
    float: left;
    width: 150px;
}
.footer {
    color: #848484;
    font-size: 12px;
    margin-top: 3px;
    display: block;
    text-align: center;
}