<div id="div1"></div>
<div id="div2"></div>
<div id="div3"></div>
<div id="div4"></div>
<style>
body{ background: #62374e; }
div{
width: 50px;
height: 50px;
background: #fdc57b;
position: absolute;
}
#div1{ top:50px; left:50px; }
#div2 { top:50px; right:50px; }
#div3 { bottom:50px; left:50px; }
#div4 { bottom:50px; right:50px;}
</style>