JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Коргау</title>
<link href="style/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<div class="main1"></div>
<div class="main2"></div>
<div class="main3"></div>
</div>
</body>
</html>
CSS
* {
margin:0;
padding:0;
}
body {
background:url('http://pics.kz/s1/28/da/95/28da95edab5719f7f10a33b5430263f1.jpg') repeat center top;
margin:0 auto;
}
.header {
width:1100px;
background:none center top;
margin:0 auto;
}
.main1 {
background:url('http://pics.kz/s6/b1/f3/bd/b1f3bd520d25fd5495e5347eb55396e9.png') no-repeat left top;
float:left;
width:240px;
height:368px;
}
.main2 {
background:url('http://pics.kz/s2/6a/8f/4e/6a8f4edc53cec19891da51fc9e2dfd6f.jpg') no-repeat center top;
float:left;
width:620px;
height:368px;
}
.main3 {
float:right;
background:url(../images/main3.png) no-repeat right top;
width:240px;
height:368px;
}