<style type="text/css">
body {
margin: 0;
padding: 18px; /* this will create your 18px margin */
background-color: white;
}
div#container {
margin: 0; /* this will make sure the div goes full width to the body padding */
padding: 1em;
border: solid 1px black;
background-color: #ffff99;
color: black;
}
</style>