JSFiddle - React, Tailwind, and code Playground
HTML
<div class="bg-fon">
<div class="header">
<a href="/" title="Весь игровой мир на одном сайте" class="logo">
<img src="http://s018.radikal.ru/i522/1310/83/087087ef2171.png"></a>
<div class="statistic">
Нас уже 736,327 <a href ="/" title="Samopal" class="samopal">Samopal Games</a><br>
Бесплатные игры на сайте: 17,715 PC,<br>
206 онлайн, 19,464 флеш</div>
</div><!--Конец header-->
</div><!--Конец bg-fon-->
<div class="wrapper">
<div class="bg-center">
ssdadassssssssssss</div>
</div><!--Конец wrapper-->
CSS
body {
background-color:#2b3335;
margin:0;
padding:0;
height:100%;
min-width:1300px;
}
.body, .html {
height:100%;
margin:0 auto;
}
.bg-fon {
background:url(http://s017.radikal.ru/i407/1310/74/4cd23543621b.png) no-repeat;
background-size:cover;
width:100%;
height:526px;
display:block;
margin:0 auto;
}
.header {
background:url(http://i024.radikal.ru/1310/8a/9f1b52bc145c.png) no-repeat;
background-size:cover;
width:100%;
height:69px;
display:block;
margin:0 auto;
}
a.logo {
display:block;
float:left;
margin:0 0 0 290px;
}
.statistic {
color:#fff;
font-family:Tahoma;
font-size:10px;
font-weight:normal;
display:block;
float:right;
margin:5px 248px;
}
a.samopal {
display:block;
float:right;
color:#090b0c;
font-family:Tahoma;
font-size:10px;
font-weight:normal;
text-decoration:none;
}
.bg-center {
background:url(http://s017.radikal.ru/i419/1310/53/d0cdecd9e4ba.png) repeat-y;
position:relative;
width:897px;
margin:104px 205px 223px auto;
padding:10px
}
.bg-center:after {
background:url(http://s019.radikal.ru/i604/1310/3b/919ce33e7e25.png) 0 100% no-repeat;
content: "";
width:897px;
height:104px;
display:block;
position:absolute;
left:0;
right:0;
bottom:-104px;
}
.bg-center:before {
background:url(http://s53.radikal.ru/i139/1310/6b/543891e64e1e.png) 0 0 no-repeat;
content: "";
width:972px;
height:223px;
display:block;
position:absolute;
left:-38px;
right:0;
top:-223px;
}
.wrapper {
display:block;
margin:-86px 0;
}