body {
    background-color: #414141;
    margin: 0px;
    padding: 0px;
}

body, table, tr, td, html {

    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: white;
}

.content {
    position: relative;
    width: 964px;
    padding: 10px 10px 10px 29px;
}

.main {
    background: url( "../pics/site_bg.png" ) repeat-y;
}

.main .header {
    position: relative;
    background: url( "../pics/header.png" ) no-repeat;
    width: 1021px;
    height: 89px;
}

.main .header .logo {
    position: absolute;
    left: 10px;
    width: 270px;
    height: 80px;
    cursor: pointer;
}

.navi_item {
    float: left;
    height: 42px;
    background-repeat: no-repeat;
}

a.navi_item:hover {
    background-position: 0 -42px;
}

.main .header .mainnavi {
    position: relative;
    top: 16px;
    left: 300px;
    height: 42px;
    overflow: hidden;
    width: 800px;
}

.main .screenshot {
    position: relative;
}

.column2 {
    position: absolute;
    background-color: yellow;
    left: 300px;
}

.column1 {
    float: left;
    position: relative;
    width: 310px;

}

.mainfooter {
    position: relative;
    background: url( "../pics/footer.png" ) no-repeat -2px 0;
    height: 22px;
    width: 1021px;
}

.footer {
    position: relative;
    top: 5px;
    color: #aaaaaa;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.footer a {
    color: #aaaaaa;
    font-size: 10pt;
}

.separator {
    background: url( "../../res/pics/dotted_line.gif" ) repeat-x 0 0;
    text-align: left;
    height: 5px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

