html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
  background: #000000;
  color: #ffffff;
  font-family: Arial;
}

#page-wrapper {
  margin: 0 auto;
  width: 960px;
}

#top-banner {
  background: url('../images/top-banner.png') no-repeat;
  display: block;
  float: right;
  margin-right: 7px;
  height: 206px;
  width: 923px;
}

#rembrandtplein-map {
  left: 755px;
  position: absolute;
  top: 30px;
}

#top-info {
  float: right;
  margin-right: 5px;
}

#top-info ul {
  margin-bottom: 20px;
  margin-left: 60px;
  margin-top: 15px;
  padding: 0;
}

#top-info li {
  float: left;
  list-style: none;
  margin-bottom: 25px;
  margin-right: 5px;
}

#top-info p {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
}

#header-info {
  float: right;
  margin-right: 20px;
}

#main-wrapper {
  background: url('../images/content-bg.png') no-repeat;
  display: block;
  float: right;
  height: 1307px;
  width: 940px;
}

#navigation-menu {
  background: url('../images/navigation-bg.png') no-repeat;
  display: block;
  height: 36px;
  margin-left: 75px;
  margin-top: 20px;
  width: 846px;
}

#navigation-menu ul {
  margin-left: 25px;
  padding: 0;
}

#navigation-menu ul li,
#navigation-menu ul li a {
  color: #ffffff;
  float: left;
  font-size: 12px;
  list-style: none;
  margin-right: 7px;
  margin-top: 5px;
  text-decoration: none;
  line-height:16px;
}

#navigation-menu ul li a:hover {
  color: #ed1c24;
}

#navigation-menu ul li.navigation-last,
#navigation-menu ul li.navigation-last a {
  color: #ed1c24;
  float: right;
}

#footer {
  background: url('../images/footer-bg.png') no-repeat;
  display: block;
  float: left;
  height: 216px;
  margin-left: 10px;
  margin-top: -216px;
  width: 946px;
}

#footer-sponsors {
  float: left;
  margin-top: 25px;
  width: 960px;
}

#footer-sponsors ul {
  margin-left: 50px;
}

#footer-sponsors li {
  float: left;
  list-style: none;
  margin-left: 20px;
}

#footer-banners {
  float: left;
  width: 960px;
  margin-top: 7px;
}

#footer-banners ul {
  margin-left: 20px;
  margin-top: 50px;
  padding: 0;
}

#footer-banners li {
  float: left;
  list-style: none;
}

