.header{
    background-color: #034566;
    height: 59px;
    background:url("../images/header_bg_small.jpg?v={WIKI_CSS_VERSION}") no-repeat center;

}
.header{
    position: fixed;
    z-index: 5000;
    width: 100%;
    height: 59px;
    top: 0;
    left: 0;
}
.headcont{
    width: 1402px;
    height: 59px;
    margin:0 auto;
}
#logo{
    text-align: center;
    float: left;
}
#logo a{
    display: block;
    height: 39px;
    text-decoration: none;
    margin:10px 0 10px 10px;
}
#logo a img{
    height: 39px;
    cursor: pointer;
}

#search{
    width: 292px;
    height: 59px;
    float: right;
    position: relative;
    background: url("../images/search_bg.png") no-repeat;
}
#search_line {
    border: 0 solid;
    margin-top: 13px;
    margin-left: 20px;
    background: none;
    width: 210px;
    height: 32px;
    font-size: 18px;
    color: #666;
    font-style: italic;
    font-family: 'Nova Square', cursive;
}
#search_button{
    position: absolute;
    right: 16px;
    top: 13px;
    width: 36px;
    height: 36px;
    background-image:url("../images/search_button.png")
}
#search_button:hover {
    background-image: url("../images/search_button_mo.png");
    cursor: pointer;
}
#search_box {
    position: relative;
    top: 5px;
    border: 0 solid;
    height: auto;
    width: 250px;
    z-index: 100000;
    background: #082236;
    margin: 0 auto;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
    filter: alpha(opacity=99);
    -moz-opacity: .99;
    -khtml-opacity: .99;
    opacity: .99;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    display: none;
    border-bottom: 2px solid #3A779E;
    border-right: 2px solid #3A779E;
    border-left: 2px solid #3A779E;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-family: Arial,Helvetica,sans-serif;
}
.search_link {
    text-decoration: none;
}
.search_row {
    position: relative;
    border: 0 solid;
    width: 245px;
    margin: 0 auto;
    height: 40px;
}
.search_thumb {
    position: absolute;
    left: 2px;
    top: 3px;
    width: 35px;
    height: 35px;
}
.search_game_title {
    position: absolute;
    left: 40px;
    top: 8px;
    width: 200px;
    height: auto;
    border: 0 solid;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search_word {
    font-weight: 700;
    text-transform: capitalize;
    color: #eee;
}
.search_row:hover {
    background: #487D9D;
}
.search_hover {
    background-color: #487D9D!important;
}

#background{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0a2d4c;
    background: -moz-linear-gradient(top,#0a2d4c 0%,#174972 24%,#174972 24%,#1d5987 40%,#2977ac 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0a2d4c),color-stop(24%,#174972),color-stop(24%,#174972),color-stop(40%,#1d5987),color-stop(100%,#2977ac));
    background: -webkit-linear-gradient(top,#0a2d4c 0%,#174972 24%,#174972 24%,#1d5987 40%,#2977ac 100%);
    background: -o-linear-gradient(top,#0a2d4c 0%,#174972 24%,#174972 24%,#1d5987 40%,#2977ac 100%);
    background: -ms-linear-gradient(top,#0a2d4c 0%,#174972 24%,#174972 24%,#1d5987 40%,#2977ac 100%);
    background: linear-gradient(to top,#0a2d4c 0%,#174972 24%,#174972 24%,#1d5987 40%,#2977ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a2d4c',endColorstr='#2977ac',GradientType=0);
}
.fr{
    width: 152px;
    height: 22px;
    position: relative;
    float: right;
    margin-top:18px;
}
.fr a{
    float: right;
    display: block;
    margin-right: 15px;
}
.fr .contact{
    margin-top:3px;
}
.fr .priv{
    margin-top:1px;
}
/*@media  */
@media only screen and (max-width: 1366px) and (min-width: 300px){
    .headcont {
        width: 1338px;
    }
}
