Код:
<!--HTML-->

<div class="main">
.
</div>

<style>
.main {
    background: #efe0cd;
    display: block;
    width: 200px;
    height: 100px;
    position: absolute;
    margin-top: 60px;
    left: 60px;
}
</style>