html, body {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    background: #000 url(../images/background.jpg) repeat;
}

input {
	font-family: Verdana;
	font-size: 10px;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: 917px;
    overflow: hidden;
}

#header {
    background: url(../images/header.jpg) no-repeat;
    width: 917px;
    height: 367px;
}

#menu {
    width: 917px;
    height: 33px;
    background: url(../images/menu.jpg) no-repeat;
    color: #fff;
    text-shadow: #000 0px 0px 5px;
    font-family: Impact;
    font-size: 11px;
}

#menu ul {
    margin: 0 auto;
    width: 821917px;
    height: 33px;
    list-style: none;
}

#menu ul li {
    float: left;
}

#menu ul li a {
    float: left;
    height: 25px;
    color: #fff;
    text-decoration: none;
    padding: 8px 19px 0 19px;
    font: 11px Impact;
    display: block;
    position: relative;
}

#menu ul li a:hover {
    background: url(../images/hover.jpg);
}

#inloggen {
    float: right;
    margin-top: 200px;
    font-family: Impact;
    color: #fff;
    font-size: 13px;
    height: 156px;
    width: 208px;
    margin-right: 135px;
}

input.text {
    width: 108px;
    height: 19px;
    background: url(../images/input.jpg) no-repeat;
    border: none;
}

.een {
    float: left;
    height: 20px;
    width: 90px;
    text-align: right;
}

.twee {
    float: right;
}

input.login {
    background: url(../images/login.jpg) no-repeat;
    border: none;
    width: 53px;
    height: 24px;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}

.registreer {
    background: url(../images/registreren.jpg) no-repeat;
    border: none;
    width: 82px;
    height: 24px;
    float: left;
    margin-top: 20px;
	margin-left: 5px;
}

.clear {
    clear: both;
}

#content {
    border: 6px solid #000;
    border-top: none;
    width: 905px;
    margin-bottom: 10px;
    float: left;
}

#text {
    background: url(../images/content.jpg) repeat;
    width: 905px;
    float: left;
}

#linker {
    float: left;
}

#screenshots {
    margin-left: 55px;
    width: 213px;
    padding-top: 7px;
}

#prijzen {
    margin-left: 55px;
    width: 213px;
    margin-top: 7px;
}

#man {
    background: url(../images/man.png) no-repeat bottom right;
    width: 901px;
    margin-left: 13px;
}

#ctext {
    color: #fff;
    width: 405px;
    font-size: 11px;
    float: right;
    margin: 26px 190px 70px 0;
}

#ctext h1 {
    font-size: 15px;
    font-family: Impact;
    font-weight: normal;
}

.registreerbutton {
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
}

.registreerbutton img {
    border: none;
}


