img {
        border: none;
}
html, body {
        background-color: #F2F2F2;
        background-image: url(background.gif);
        background-repeat: repeat-y;
        background-attachment:fixed;
        background-position:center;
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #F2F2F2;
        height: 100%;
        width: 100%;
        position: relative;
        left: 0px;
        top: 0px;
        margin: 0px;
        padding: 0px;
        display: block;
}
#page {
        display: block;
        position: relative;
        width: 960px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #F2F2F2;
}
#header {
        position: absolute;
        background: url(header.gif) #FFFFFF;
        height: 200px;
        width: 960px;
}
#lang {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        text-align: center;
        top: 130px;
}
#container {
        display: block;
        position: absolute;
        top: 200px;
        left: 0px;
        width: 960px;
        background-color: #00137F;
}
#content {
        position: relative;
        background-color: #00137F;
        width: 900px;
        left: 30px;
        float: left;
}
#content a {
        color: #F2F2F2;
}
#footer {
        position: relative;
        height: 20px;
        width: 960px;
        background: url(footer.gif);
        float: left;
        text-align: center;
        padding-top: 130px;
        color: #00137F;
}
.fader {
    position: relative;
    display: inline-block;
}
.fader img {
    vertical-align: top;
}
.fader img.next {
    position: absolute;
    top: 0;
    left: 0;
}
