.Wrapper{
    width: 1030px;
    min-height: 180px;
    overflow: hidden;
    margin: 60px auto;
}

.headers{
    background: url("../img/Headers/Navbar.png") no-repeat;
    width: 1030px;
    height: 81px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 1px black;
}
.I_Headers{
    height: 24px;
    width: 680px;
    margin: 33px 192px;
}
.readmore{
    color: #B89643;
    text-shadow: 1px 1px 1px black;
}
.readmore:hover{
    color: #D0D0D0;
}
@font-face {
    src: url("../Font/Trajan_Pro_Bold.ttf");
    font-family: "TrajanPro";
}
@font-face {
    src: url("../Font/Trykker-Regular.ttf");
    font-family: "Trykker-Regular";
}
.min_line{
    background: url("../img/min_line.jpg") no-repeat 50% 50%;
    width: 203px;
    height: 9px;
    margin: 0 auto;
}
.s_img{
    width: 34px;
    height: 34px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 5px 1px #B89643;
}
.s_name{
    width: 280px;
    text-align: center;
    color: #B3BCC5;
    font-family: "Trykker-Regular";
    font-size: 16px;
}
.s_price{
    color: #c56048;
    width: 280px;
    font-size: 12px;
    text-align: center;
}
.sss{
    color: #c56048;
}
.sss:hover{
    color: #D0D0D0;
}
.h_links{
    color: #CCDDFF;
    text-underline: none;
    text-decoration: none;
    text-shadow: 1px 1px 4px black;
}
.h_links:hover{
    color: #80BFFF;
    animation: head 1s 1;
}
.h_links:active{
    position: relative;
    top: 1px;
}
@keyframes head {
    0%{color: #CCDDFF;}
    100%{color: #80BFFF;}
}
.Headers_list{
    list-style: none;
    display: inline;
    overflow: hidden;
}
.I_I{
    font-family: "TrajanPro";
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
    display: inline;
    float: left;
    text-align: center;
}
.main{
    background: url("../img/main_bg.jpg");
    width: 734px;
    min-height: 180px;
    overflow: hidden;
    border: groove 2px #343333;
    border-radius: 5px;

}
.banner{
    background: url("../img/Welcome.png") no-repeat;
    width: 714px;
    height: 88px;
    font-family: "TrajanPro";
    color: white;
    padding: 10px;
}
.banner_text{
    font-family: "TrajanPro";
    color: #D0D0D0;
    text-decoration: none;
    opacity: 0.8;
    font-size: 20px;
}
.banner_text:hover{
    color: #80BFFF;
    text-decoration: underline;
    animation: banner 1s infinite;
}
@keyframes banner {
    0%{opacity: 0.8}
    70%{opacity: 1}
    100%{opacity: 0.8}
}
.News_head{
    background: url("../img/news_head.jpg") no-repeat;
    height: 56px;
    width: 694px;
    padding: 2px 20px;
    font-family: "TrajanPro";
    font-size: 22px;
    color: #B3BCC5;
    text-shadow: 1px 1px 1px black;
}
.thumb{
    height: 151px;
    width: 161px;
    overflow: hidden;
    float: left;
    display: inline;
}
.info{
    height: 151px;
    width: 530px;
    overflow: hidden;
    float: right;
    display: inline;
}
.line{
    background: url("../img/Line Top.png") no-repeat;
    width: 712px;
    height: 11px;
    overflow: hidden;
}
.news_body{
    background: url("../img/news_body.jpg") repeat-y;
    min-height: 150px;
    width: 694px;
    padding: 2px 20px
}
.claire{
    border: 1px black;
    font-size: 14px;
    font-weight: bold;
    color: #B3BCC5;
    background-color: rgba(21, 29, 37, 0.76);
}
.dark{
    color: #B3BCC5;
    border: 1px black;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(6, 8, 12, 0.79);
}
.table_top{
    border-top: solid 1px #909294 ;
    border-right: solid 1px #909294 ;
}
.top_class_border{
    border-bottom: solid 1px #909294 ;
    border-left: solid 1px #909294 ;
}
.ahdark{
    color: #BEA589;
    text-shadow: 1px 1px 1px black;
    background-color: #101419c9;
    border: 1px black;
    font-family: "TrajanPro";
}
.news_bottom{
    background: url("../img/news_bottom.jpg") no-repeat;
    width: 694px;
    padding: 2px 20px;
    height: 32px;
}
.pages{
    background: url("../img/pages.jpg") no-repeat;
    width: 14px;
    height: 26px;
    float: right;
    overflow: hidden;
    padding: 3px 10px;
}
.pages_t{
    font-family: Arial;
    color: #B89643;
    text-shadow: 1px 1px 1px black;
    text-decoration: none;
    font-size: 24px;
}
.pages_t:hover{
    color: #D0D0D0;
    cursor: pointer;
}
.login{
    background: url(../img/login_bg.jpg) repeat-x;
    width: 1014px;
    padding: 2px 8px;
    border-radius: 5px;
    height: 43px;
    float: left;
    overflow: hidden;
}
.submit_button{
    background: url("../img/Button.png") no-repeat;
    height: 44px;
    width: 78px;
    border: none;
    opacity: 0.7;
    outline: none;
    animation: fadeout 1s 1;
    font-family: "Trykker-Regular";
    font-weight: bold;
    font-size: 15px;
    color: #E8B037;
    text-shadow: 0 0 1px black;
}
.s_login{
    height: 44px;
    width: 80px;
    overflow: hidden;
    float: left;
}
.input_field{
    background: url("../img/input.jpg") no-repeat;
    width: 167px;
    height: 28px;
    border: none;
    outline: none;
    padding: 2px 4px;
    color: #D0D0D0;
    font-family: Arial;
}
.s_input{
    height: 36px;
    width: 500px;
    overflow: hidden;
    float: left;
    display: inline;
    padding-top: 6px;
}
.social_net{
    height: 46px;
    width: 200px;
    overflow: hidden;
    float: right;
    display: inline;
    position: relative;
    bottom: 2px;
    text-align: right;
}
.fb_link{
background: url("../img/facebook.jpg") no-repeat;
    width: 57px;
    height: 46px;
    float: right;
    display: inline;
}
.fb_link:active{
    background: url("../img/facebook_hover.jpg") no-repeat;
    position: relative;
    top: 2px;
    left: 1px;
}
.yt_link{
    background: url("../img/youtube.jpg") no-repeat;
    width: 56px;
    height: 46px;
    float: right;
    display: inline;
}
.yt_link:active{
    background: url("../img/youtube_hover.jpg") no-repeat;
    position: relative;
    top: 2px;
    left: 1px;
}
@keyframes fading {
    0%{opacity: 0.7}
    100%{opacity: 1}
}
@keyframes fadeout {
    100%{opacity: 0.7}
    0%{opacity: 1}
}
.submit_button:hover{
    cursor: pointer;
    opacity: 1;
    animation: fading 1s 1;
}
.submit_button:active{
    position: relative;
    top: 1px;
    left: 1px;
}
.aside{
    background: url("../img/main_bg.jpg") repeat-y;
    width: 280px;
    min-height: 180px;
    overflow: hidden;
    float: right;
    border-radius: 5px;
    border: groove 2px #343333;
    /**box-shadow: 1px 1px 4px 1px black;*/
}
.aside_title{
    font-family: "TrajanPro";
    color: #C1B37A;
    text-shadow: 1px 1px 1px black;
    font-size: 18px;
    width: 280px;
    overflow: hidden;
    text-align: center;
    position: relative;
    top: 4px;
    height: 30px;
}
.aside_main{
    font-family: Arial;
    color: #C1B37A;
    text-shadow: 1px 1px 1px black;
}
.list_type{
    color: #898989;
    text-shadow: 1px 1px 1px black;
    width: 240px;
    height: 20px;
    margin: 0 auto;
    font-family: Arial;
}
.list_type2{
    color: #B89643;font-weight: bold;
    text-shadow: 1px 1px 1px black;
    width: 240px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    font-family: Arial;
}
.logo{
    width: 512px;
    height: 180px;
    overflow: hidden;
}
.SERVERINFO{
    background: url("../img/info.png") no-repeat;
    width: 280px;
    height: 259px;
    overflow: hidden;
}
.SERVERINFO2{
    background: url("../img/info2.png") no-repeat;
    width: 280px;
    height: 259px;
    overflow: hidden;
}
.A_main{
    width: 740px;
    float: left;
    overflow: hidden;
}
.ftr{
    color: #5c6065;
    text-decoration: none;
    font-family: "arial";
    font-size: 10px;
}
.ftr:hover{
    color: #D0D0D0;
}
.password_button{
    background: url("../img/Button.png");
    height: 44px;
    width: 178px;
    border: none;
    opacity: 0.7;
    outline: none;
    animation: fadeout 1s 1;
    font-family: "Trykker-Regular";
    font-weight: bold;
    font-size: 15px;
    color: #E8B037;
    text-shadow: 0 0 1px black;
}
.s_password{
    height: 44px;
    width: 180px;
    overflow: hidden;
    float: left;
}