body {
    padding: 0px;
    margin: 0px;
    text-align: center;
    background: url(/img/bg.png) top center no-repeat #000;
}
a img {
    border: none;
}
#container {
    width: 1100px;
    height: 934px;
}
#header {
    width: 1100px;
    height: 220px;
    background: url(/img/header.png) top center no-repeat;
}
#nav {
    width: 700px;
    height: 35px;
    padding: 180px 100px 0px 0px;
    color: #dfa447;
    font-size: 20px;
}
#nav a {
    color: #dfa447;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
}
#monitors {
    width: 250px;
    float: left;
}
.monfix{
    margin-top: -5px;
}
#content {
    width: 808px;
    height: 568px;
    margin: 45px 30px 0px 0px;
    background: url(/img/content.png) center center no-repeat;
    float: right;
}
#cont_wrapper {
    width: 768px;
    height: 538px;
    margin: 15px 15px 15px 8px;
    text-align: left;
}
#cont_wrapper img {
    padding: 5px 15px;
}
#footer {
    width: 1100px;
    height: 84px;
    margin-top: -5px;
    background: url(/img/footer.png) no-repeat;
    float: left;
    clear: both;
}

