

/* Common */
html, body {
        background:#eaeaea url(../img/bg.png) repeat;
        font-size:12px;
        font-family:"Open Sans", serif;
        min-width:960px;
        margin:0;
        padding:0;
        color:#aaa;
}

.content h1 {
        font-size:48px;
        color:#000;
        text-shadow:0px 1px 1px #f4f4f4;
        text-align:center;
        padding:60px 0 30px;
}

/* LAYOUT */
.container {
        margin:0 auto;
        overflow:hidden;
        width:960px;
}

/* CONTENT SLIDER */
#content-stable {
        width:100%;
        height:480px;
        margin:10px auto 0;
}
/* SLIDER */
#stable {
        background:#000;
        border:5px solid #eaeaea;
        box-shadow:1px 1px 5px rgba(0,0,0,0.7);
        height:440px;
        width:680px;
        margin:40px auto 0;
        overflow:visible;
        position:relative;
}
#mask {
        overflow:hidden;
        height:440px;
}
#stable ul {
        margin:0;
        padding:0;
        position:relative;
}
#stable li {
        width:680px;
        height:440px;
        position:absolute;
        list-style:none;
}

.footer {
        margin: 20px auto 0;
        width:960px;
}
.footer div,
.footer a {
        font-size:12px;
        color:#aaa;
        text-align:right;
}