body {
    font-family: 'Fira Sans', sans-serif;
}

body, p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

h2 {
    text-align: center;
}

.main { /* border:1px solid red; */
    width: 1024px;
    height: 716px;
    margin: 0 auto;
}

.logo {
    border-bottom: 1px solid #c0c0c0;
    margin: 20px 0 0 0;
}

.content { /* border:1px solid blue; */
    margin: 58px 0 0;
    width: 100%;
    height: 425px;
}

#movement { /* border:1px dashed red; */
    position: relative;
    width: 652px;
    height: 325px;
    float: left;
    overflow: hidden;
}

#pager {
    position: absolute;
    bottom: 15px;
    left: 70px;
    height: 20px;
    width: 145px;
}

#pager span {
    width: 14px;
    height: 14px;
    float: left;
    border: 2px solid #6c6c6c;
    margin: 5px;
    border-radius: 9px;
    cursor: pointer;
}

.left {
    background: #fff; /*  border:1px solid #c0c0c0; */
    width: 645px;
    padding: 0 0 0 5px;
    position: absolute;
    height: 300px;
    top: 310px;
    display: none;
    overflow: hidden;
}

.left-content {
    width: 265px;
    float: left;
    padding: 16px 0 0;
}

.left-video {
    background: #e2e1dd;
    width: 370px;
    height: 298px;
    float: right;
}

.right { /* border:1px solid #f8a109; */
    width: 315px;
    float: right;
}

.right input[type="text"] {
    width: 240px;
    margin: 2px 0 5px;
}

.right input[type="password"] {
    width: 240px;
    margin: 2px 0 5px;
}

.right input[type="submit"] {
    width: 243px;
    margin: 2px 0 5px;
}

.right input[type="text"]:focus {
    outline: none;
}

.right input[type="password"]:focus {
    outline: none;
}

.sub {
    background: #DD2222;
    border: 1px solid #772222;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.main-title {
    font: 28pt/30pt Tahoma;
    margin: -7px 0 14px;
}

.title {
    font: 16pt/16pt Tahoma;
    margin: 0 0 10px;
    height: 75px;
}

.text {
    font: 11pt Tahoma;
    color: #696767;
    margin: 0 0 5px
}

.link {
    font: 11pt Tahoma;
    float: right;
    padding: 0 50px 0 0;
}

.link a {
    color: #a61e22;
}

.footer {
    border-top: 1px solid #c0c0c0;
    height: 25px;
    font: 10pt Tahoma;
    color: #a61e22;
    padding: 7px 10px;
}