<div class="body">
<div class="left">
<h1>Сегодня работают</h1>
<p></p>
</div>
<div class="center">
<h1>Приветствие</h1>
<p></p>
</div>
<div class="right">
<h1>Для пациента</h1>
<p></p>
</div>
</div>
.body {
width: 1394px;
padding: 0px;
position: static;
margin: 0 auto 30px auto;
}
.body .left {
width:300px;
float: left;
background:red;
}
.body .center {
margin: 0 300px 0 300px;
background:green;
}
.body .right {
width:300px;
float: right;
background:yellow;
}