* { margin: 0; padding: 0; }

body {
    background: url(images/bg.jpg) #e5ded4 no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
    letter-spacing:0;
    position:relative;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 100vh;
}

#wrap_multigamers {
    width: 980px;
    height: auto;
    margin: 0 auto;    
}

#logo{
    background-image: url('images/logo.png');
    width: 388px;
    height: 98px;
    float: left;
    margin: 24px 0 0 297px;    
}

#jezyki_bg {
    background-image: url('images/jezyki_bg.png');
    width: 79px;
    height: 26px;
    margin-left: 836px;
}

#pl {
    background-image: url('images/pl.png');
    width: 21px;
    height: 21px;
    float: left;
    margin: 2px 0 0 12px;
}

#pl:hover { 
    background-image: url('images/pl_hover.png');
    width: 21px;
    height: 21px;
    float: left;
    margin: 2px 0 0 12px;
}

#de {
    background-image: url('images/de.png');
    width: 23px;
    height: 21px;
    float: left;
    margin: 2px 0 0 12px;
}

#de:hover {
    background-image: url('images/de_hover.png');
    width: 23px;
    height: 21px;
    float: left;
    margin: 2px 0 0 12px;
}

ul.menu{
    background-image: url('images/menu_bg.png');
    width: 839px;
    height: 34px;
    float: left;
    margin: 40px 0 0 76px;
}

ul.menu li{
    list-style: none;
    font-family: Arial;
    font-size: 12px;

}

ul.menu li a {
    text-decoration: none; 
    color: #f2eee3;
    float: left;
    padding: 10px 0 0 20px;
}

ul.menu li a:hover {
    color: #d7c69d;
    text-decoration: none; 
}

.input {
    background-image: url('images/input.png');
    width: 177px;
    height: 26px;
    background-color: transparent;
    border: 0;
    color: #b9b4a8;
    font-size: 12px;
    font-family: Arial;
    margin: 5px 0 0 35px;
    text-align: center;
    position: absolute;
}

#slider {
    background-image: url('images/slider.png');
    width: 980px;
    height: 263px;
    float: left;
}

#slider1 {
    background-image: url('images/slider1.png');
    width: 980px;
    height: 263px;
    float: left;
}

#statystyki_bg {
    background-image: url('images/statystyki_bg.png');
    width: 839px;
    height: 32px;
    float: left;
    margin: 0 0 0 76px;
}

.text{
    font-family: Arial;
    font-size: 12px;
    color: #f2eee3;
    padding: 3px 0 0 21px;
}

#warp_left {
    width: 630px;
    float: left;
}


#bg2 {
    background-color: #d0cbc3;
    width: 839px;
    /* max-height: 800px; */
    height:100%;
    overflow: hidden;
    margin: 0 0 0 76px;
    float: left;
}

#news_gora {
    background-image: url('images/news_gora.png');
    width: 530px;
    height: 25px;
    float: left;
    margin: 15px 0 0 23px;
}

#news_srodek {
    background: rgb(180,180,180); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(180,180,180,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,180,180,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(180,180,180,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(180,180,180,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(180,180,180,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(180,180,180,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    width: 530px;
    height: auto;
    float: left;
    margin-left: 23px;
}

#news_dol {
    background-image: url('images/news_dol.png');
    width: 530px;
    height: 31px;
    float: left;
    margin-left: 23px;
}

.text_news {
    font-family: Arial;
    font-size: 12px;
    color: #4b4b4b;
    padding: 3px 0 0 10px;
    float: left;
}

.text_data {
    font-family: Arial;
    font-size: 12px;
    color: #4b4b4b;
    padding: 3px 10px 0 0;
    float: right;
}

#news_srodek > p, .text_srodek {
    font-family: Arial;
    font-size: 12px;
    width: 510px;
    color: #4b4b4b;
    padding: 3px 0 0 10px;
    text-align: justify;
}

.text_srodek2 {
    font-family: Arial;
    font-size: 12px;
    width: 510px;
    color: #4b4b4b;
    padding: 3px 0 0 10px;
    text-align: center;
}


.text_dol {
    font-family: Arial;
    font-size: 12px;
    color: #4b4b4b;
    float: right;
    padding: 7px 35px 0 0;
}

#warp_right {
    width: 284px;
    float: right;
    position: absolute;
    margin: 0 0 0 553px;
}

#top_serwery_bg {
    background: rgb(254,193,4); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,193,4,1) 0%, rgba(255,147,1,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,193,4,1)), color-stop(100%,rgba(255,147,1,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(254,193,4,1) 0%,rgba(255,147,1,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254,193,4,1) 0%,rgba(255,147,1,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(254,193,4,1) 0%,rgba(255,147,1,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(254,193,4,1) 0%,rgba(255,147,1,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec104', endColorstr='#ff9301',GradientType=0 ); /* IE6-9 */
    width: 261px;
    height: 282px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    margin-left: 25px;
}

#top_serwer {
    background-image: url('images/top_serwer.png');
    width: 71px;
    height: 27px;
    display: inline-block;
    margin: 0 0 0 45px;
}

#top_serwer:hover {
    background-image: url('images/top_serwer_hover.png');
    width: 71px;
    height: 27px;
    display: inline-block;
    margin: 0 0 0 45px;
}

#top_gracze {
    background-image: url('images/top_gracze.png');
    width: 71px;
    height: 27px;
    display: inline-block;
    margin: 0 0 0 -2px;
}

#top_gracze:hover {
    background-image: url('images/top_gracze_hover.png');
    width: 71px;
    height: 27px;
    display: inline-block;
    margin: 0 0 0 -2px;
}

.top_text {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    float: left;
    margin: 40px 0 0 14px;
}

.top_text1 {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    float: left;
    margin: 10px 0 0 149px;
}

.top_text2{
    font-family: Arial;
    font-size: 12px;
    color: #000;
    float: left;
    margin: 10px 0 0 8px;
}

#top_gracz {
    background-image: url('images/top_gracz.png');
    width: 235px;
    height: 27px;
    float: left;
    margin: 3px 0 0 13px;
}

.gracz_text{
    font-family: Arial;
    font-size: 12px;
    color: #000;
    float: left;
    margin: 4px 0 0 6px;
}

#glowa {
    background-image: url('images/glowa.png');
    width: 16px;
    height: 16px;
    float: left;
    margin: 4px 0 0 8px;
}

.gracz_nick_text {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    float: left;
    margin: 4px 0 0 10px;
}

#flaga {
    background-image: url('images/flaga.png');
    width: 14px;
    height: 11px;
    float: left;
    margin: -15px 0 0 180px;
    clear: both;
}

#flaga2 {
    background-image: url('images/flaga2.png');
    width: 14px;
    height: 11px;
    float: left;
    margin: -15px 0 0 150px;
    clear: both;
}

#vip {
    background-image: url('images/vip.png');
    width: 20px;
    height: 12px;
    float: left;
    margin: -15px 0 0 209px;
    clear: both;
}

#bg_serwer {
    background-color: #e5ded4;
    width: 262px;
    height: 254px;
    float: left;
    margin: 13px 0 0 25px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.serwer_text {
    text-align: center;
    font-size: 11px;
    margin-top: 5px;
}

.reklama_text {
    font-family: Arial;
    font-size: 14px;
    color: #4b4b4b;
    float: left;
    padding: 5px 0 0 126px;
}

#reklama {
    margin: 295px 0 0 56px;
    position: absolute;
}

#stopka {
    background: rgb(41,41,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(41,41,41,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,41,41,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(41,41,41,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(41,41,41,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(41,41,41,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(41,41,41,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width:    839px;
    height: 58px;
    float: left;
    /* margin-left: 76px; */
    position: fixed; 
    bottom: 0;
}

#clear {
    background-color: #d0cbc3;
    width: 829px;
    height: 0; 
    line-height: 0; 
    margin-left: 76px; 
    padding: 5px;
    clear: both; 
}

.autor {
    font-family: Arial;
    font-size: 11px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}

#input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border:1px solid #ccc;
    text-align: center;
    font-size:15px;
    width:200px;
    min-height:30px;
    display:block;
    margin-bottom:-5px;
    margin-top:5px;
    outline: none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
}

#input1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border:1px solid #ccc;
    font-size:15px;
    width:200px;
    min-height:30px;
    display:block;
    margin-bottom:-5px;
    margin-top:5px;
    outline: none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
}

input[type=submit] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border:1px solid #ccc;
    font-size:12px;
    width:200px;
    min-height:30px;
    display:block;
    margin-bottom:-5px;
    margin-top:5px;
    outline: none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -ms-border-radius:5px;
    border-radius:5px;
}

#konsola {
    border-left:1px solid silver;
    border-right:1px solid silver;
    border-top:1px solid silver;
    width: 508px; 
    height: 250px;
    background:#000000;
    text-align:left;
    overflow: auto;
    color:#FFFFFF;
}

#facebook {
    overflow:auto; 
    position:fixed; 
    top:25%;
}

#facebook_ramka {
    position:fixed;
    left:-320px;
    z-index:1000;
    height:100%; 
    -moz-border-radius:3px;
}

.fanpage {
    top:5px; 
    position:absolute; 
    border-left-width:5px; 
    left:318px;
}

