* {
    margin: 0;
    padding: 0;    
}


html, body {
    font-family: Verdana, Arial;
    font-size: 12px;
    text-align: center;
    margin: 0; 
    padding: 0;
}

body {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

body, html {
    text-align: center;
}

div.container {
    position: relative;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

div.menu {
    margin-top: 63px;
    width: 600px;
}

div.menu a {
    color: #FFF;
    font-size: 18px;
    margin-left: 20px;
    text-decoration: none;
    clear: both;
}

div.menu a:hover, div.menu a.active, div.menu a.active:hover {
    border-top: solid;
    border-width: 2px;
    border-color: #FFF;
}

div.left {
    float: left;
    width: 600px;
    margin-top: 30px;
    line-height: 20px;
}

div.left_inner {
    margin-left: 20px;
    width: 560px;
    height: auto !important;
    min-height: 300px;
    height: 300px;
}

div.footer {
    border-top: dotted;
    border-width: 1px;
    border-color: #FD8C01;
    width: 600px;
    margin-top: 50px;
    text-align: center;
    font-size: 10px;
}

div.right {
    float: right;
    width: 300px;
    height: 200px;
    margin-top: 120px;
}

div.right_inner {
    margin-left: 10px;
    width: 280px;
    line-height: 20px;
}


a img {
    border: none;
}

