<!DOCTYPE HTML>
<html lang="ru">
<head>
<meta charset="UTF-8"/>
<title></title>
<style>
.l-box {
position: relative;
width: 1000px;
min-height: 100%;
margin: 0 auto;
overflow: hidden;
background: #11274E;
}
.l-content {
float: left;
height: 1000px;
margin: 40px 0px 0px 80px;
background: #bbf;
}
</style>
</head>
<body>
<div class="l-box">
<div class="l-content">
<p>dfdf</p>
</div>
</div>
</body>
</html>