html,body {
margin: 0;
padding: 0;
}

body {
background-color: #7EC5D4;
}

#container {
position: relative;
width: 790px;
margin: 0 auto;
}

#header {
height: 80px;
}

#content_middle {
width: 750px;
float: left;
padding: 20px 20px 0px 20px;
background: url("../images/layout/content_middle.png") center center repeat-y;
z-index: 0;
}

#content_bottom {
height: 56px;
background: url("../images/layout/content_bottom.png") center center no-repeat;
}

#content {
width: 532px;
float: left;
margin-right: 26px;
}

#elements_right {
width: 165px;
float: left;
margin-top: 40px;
}
