hier ist der code:

HTML-Code:
<html>
<head>
<style>

body {margin: 0px;  margin-bottom: 10px;}

#box {border: #000000 1px solid; width: 300px; height: 100%;}

</style>
</head>
<body>

<div id="box">box mit rand mit 10px margin-bottom</div>

</body>
</html>