html, body, #body, div {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

html, body, #body {
    background-color: #000000;
    color: #ffffff;
}


.centered {
    position: absolute;
    display: block;
    width: 638px;
    height: 428px;
    left: 50%;
    top: 50%;
    margin-left: -319px;
    margin-top: -214px;
}

.centered div {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
}

.centered .header {
    height: 68px;
    background-image: url( /images/index/header.jpg );
}

.centered .scala {
    height: 142px;
    background-image: url( /images/index/screen.jpg );
}

.centered .menuLine {
    width: 630px;
    height: 138px;
    border-left: 2px solid #ff6317;
    border-right: 2px solid #ff6317;
    margin-left: 2px;
    background-image: url( /images/index/background.gif );
    background-repeat: repeat;
}

.centered .menuLine .menu {
    width: 100%;
    height: 25px;
    text-align: center;
}

.centered .menuLine .menu a {
    display: inline-block;
    padding: 2px 2px 2px 2px;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    color: #ffffff;
    background-color: #3d4061;    
    border: 1px solid #a0c2f5;
}

.centered .menuLine .previews {
    width: 453px;
    height: 68px;
    margin-left: 83.5px;
    margin-bottom: 8px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #a0c2f5;
}

.centered .menuLine .previews a img {
    width: 140px;
    height: 65px;
    margin: 0px 0px 0px 5px;
    border: 0px solid #ffffff;
}

.centered .bottom {
    height: 80px;
    background-image: url( /images/index/bottom.gif );
}
