JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div id="container">
<div id="shapka">ШАПКА</div>
<div id="left_p">ЛЕВЫЙ БЛОК</div>
<div id="center_p">ЦЕНТР</div>
<div id="right_p">ПРАВЫЙ БЛОК(надо поднять его вверх)</div>
<div id="bottom_left_p"></div>
<div id="bottom_center_p"></div>
<div id="bottom_right_p"></div>
</div>
</body>
CSS
body {background:#fff;font-family:Times New Roman,
serif;font-size:30px;color:#000;height:100%;min-width:1300px;color:#fff;}
#container {min-height:100%;}
#shapka {background:#000000;)no-
repeat;width:1300px;height:331px;margin: 0 auto;}
#left_p {background:#996666;no-
repeat;width:324px;height:738px;float:left;}
#center_p {background:#e69b9e;no-
repeat;width:652px;height:545px;margin:0 auto;}
#right_p {background:#996666;no-
repeat;width:324px;height:738px;float:right;}