body {    background-image: url('images/background.png');    background-repeat: repeat-x;    margin-top: 10px;    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;    font-size: 13px;}.btn {    width: 64px;    height: 16px;    background: url("images/btn.png") no-repeat;    float: left;    text-align: center;    font-size: 0.75em;    color: lightgrey;}#enableBtn, #chatBtn {    font-size: 0.75em;    float: right;}#odMenu {    display: none;    position: fixed;    right: 0px;    top: 0px;    width: 0%;}div.container {    width: 1250px;    margin-left: auto;    margin-right: auto;    position: relative;}div.container #logo {    width: 681px;    height: 161px;    margin-left: auto;    margin-right: auto;    position: relative;    background-image: url('images/logo.png');}div.container #content {    height: 550px;}div.container #content #left {    position: relative;    float: left;}div.container #content #right {    position: relative;    float: right;}div.container #buttons {    width: 645px;    margin-top: 59px;    margin-left: auto;    margin-right: auto;    position: relative;}iframe {    border: 0px;}