html {
    margin: 0;
    padding: 0;
    background-color: #111111;
}

#bg {
    height: 20px;
    margin-top: 25%;
    background: url(../images/bg_point.gif) repeat-x;
}


.container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 642px;
    height: 378px;
    margin-left: -321px;
    margin-top: -189px;
    background: url(../images/bg_content.gif) no-repeat;
}

h1 {
    margin-top: 30px;
    margin-left: 18px;
    padding: 0;
    color: #ec4ff6;
    font-family: Arial;
    font-size: 20pt;
}

h2 {
    margin: 0;
    padding: 0;
    color: #ec4ff6;
    font-family: Arial;
    font-size: 9pt;
    margin-left: 10px;
    top: 4px;
    position: relative;
}


#points {
    margin-top: 70px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
}

li {
    list-style: url(../images/pijl.png);
}

.foto {
    width: 294px;
    height: 92px;
    margin-top: -80px;
    margin-left: 360px;
    position: absolute;
}

#bel {
    width: 279px;
    height: 284px;
    background: bottom;
    margin-top: -125px;
    margin-left: 363px;
}

.tekst {
    font-family: Arial;
    font-size: 9pt;
    color: #000000;
    top: 10px;
    left: 10px;
    position: relative;
    width: 260px;
    display: block;
}

.input_text {
    background: url(../images/input_text.png) no-repeat;
    width: 110px;
    height: 19px;
    border: none;
    font-family: Arial;
    font-size: 9pt;
    color: #FFFFFF;
    padding-right: 3px;
    padding-left: 3px;
}

.input_button {
    background: url(../images/input_button.png) no-repeat;
    width: 91px;
    height: 21px;
    border: none;
    font-family: Arial;
    font-size: 9pt;
    color: #FFFFFF;
}

#footer{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 8pt;
    margin-left: 30px;
    margin-top: -30px;
    text-decoration: none;
}
#footer a{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 8pt;
    text-decoration: none;
}
#bel a {
    color: #000;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: underline;
}


