html {
    background-color: black;
    background-repeat: repeat-y;
    background: url(/_/i/black_dots.png);
}

body {
    color: black;
    background: no-repeat top left;
    font-family: Helvetica, Arial, sans-serif;
}

#container {
    width: 852px;
    margin : auto auto 0 auto;
}

#logotype {
    width : 852px;
    margin : 100px auto 0 auto;
}