<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>
Document
</title>
<link rel="stylesheet" type="text/css" href="http://i.lookcss.com/reset.css"
/>
<style type="text/css">
body{ background: #555;} .main{width: 800px; height: 500px; } .inner{width:
100%;height: 100%; background: #0f0; } .wrap{width:inherit;height:100%;
border:10px solid #e00; box-sizing: border-box; }
</style>
</head>
<body>
<div class="main">
<div class="inner">
<div class="wrap">
</div>
</div>
</div>
</body>
</html>