body {
    background: url('../img/bg2.jpg') no-repeat top center #060606;
    height: 100%;
    position: relative;
}

#page {
    width: 998px;
    min-height: 100%;
    margin: 0 auto;
    background: url('../img/bg2.jpg') no-repeat top center #060606;
}

#header {
    position: relative;
    width: 998px;
    height: 150px;
}
#logo {
    background: url("../img/sprite.png") no-repeat scroll 0 0 transparent;
    height: 90px;
    left: 50px;
    position: absolute;
    top: 1px;
    width: 251px;
    display: block;
}
#lang_o {
    left: 320px;
    position: absolute;
    top: 34px;
    width: 49px;
}
#lang {
    color: #cecece;
    opacity: 0.5;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
#flag {
    background: url("../img/sprite.png") no-repeat scroll -298px -33px transparent;
    position: absolute;
    right: 5px;
    top: 0;
    height: 14px;
    width: 16px;
    display: block;
}
#flag.en {
    background: url("../img/sprite.png") no-repeat scroll -280px -33px transparent
}
#slogan {
    position: absolute;
    right: 48px;
    text-transform: uppercase;
    top: 34px;
}

#content {
    background-color: rgba(0,0,0,0.9);
    width: 900px;
    margin: 0 auto;  
    min-height: 520px;
    color: #b8b8b8;
    margin: 30px auto 60px;
}

#content.c_padding {
    padding: 15px;
    width: 870px;
}

#content_left {
    padding: 3px 5px 9px 15px;
    width: 645px;
    float: left;
}
#content_right {
    width: 202px;
    float: right;
    padding: 15px;
}

.q_text {
    border-top: 1px solid #4e4e4f;
    border-left: 1px solid #4e4e4f;
    border-right: 1px solid #4e4e4f;
    color: #b8b8b8;
    font-family: Arial;
    font-size: 13px;
    padding: 14px;
}
.q_bott {
    width: 210px;
    height: 25px;
    background: url("../img/sprite.png") no-repeat scroll -22px -260px transparent;
}
.q_name {
    text-align: right;
    padding-top: 3px;
    color: #fefefe;
    font-family: Arial;
    font-size: 13px;
}
.q_who {
    text-align: right;
    color: #8b8b8b;
    font-family: Arial;
    font-size: 11px;
}

#tv_o {
    background: url("../img/tv.png") no-repeat scroll center 0 transparent;
    height: 286px;
    padding: 8px 10px 70px 11px;
    margin: 54px auto 80px;
    width: 681px;
}

#tv {
    width: 681px;
    height: 286px;
    position: relative;
    background: black;
}

#tv .gi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 681px;
    height: 286px;
}

#tv .gi div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 681px;
    height: 286px;
    overflow: hidden;
}

#tv img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 681px;
    height: 286px;
}

#ph {
    height: 62px;
    margin: 0 auto;
    width: 112px;
    padding-bottom: 50px;
}

#footer {
    height: 60px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    width: 900px;
}

#footer_left {
    position: absolute;
    top: 0px;
    left: 0px;
}
#footer_left_l1 {
    height: 18px;
}
#footer_left_l2 {
    height: 18px;
}
#footer_left_l1 div, #footer_left_l2 div{
    float: left;
}
#footer_left_l1 a, #footer_left_l2 a {
    float: left;
}
#footer_right {
    position: absolute;
    top: 0px;
    right: 0px;
}
#footer_right_wrap {
    float: left;
    height: 21px;
}

#pin {
    background: url("../img/sprite.png") no-repeat scroll -299px -62px transparent;
    height: 16px;
    width: 20px;
}
#envelope {
    background: url("../img/sprite.png") no-repeat scroll -326px -61px transparent;
    height: 16px;
    width: 20px;
}
#copyright {
    height: 26px;
    width: 26px;
    background: url("../img/sprite.png") no-repeat scroll -325px -29px transparent;
    float: left;
}
.pr_1 {
    margin-left: 30px;
}