  body, html {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  
  body {
    margin: 0;
  }
  
  #div_msg_ie6 {
    text-align: center;
    position: relative;
    height: 17px;
    padding-top: 2px;
    border-bottom: 1px #9D9DA1 solid;
    z-index: 1;
    background-color: #FFFFE1;
    color: #000000;
    font-family: arial;
    font-size: 12px;
  }
  
  #div_container {
    position: relative;
    width: 1000px;
    min-height: 100%;
    _height: 100%;
    background: url('../images/intro_background_repeat.png') left repeat-y;
    margin: 0 auto;
    z-index: 0;
  }
  
  #div_header {
    position: relative;
    height: 278px;
    background: url('../images/intro_header.png') top center no-repeat;
    z-index: 10;
  }
  
  #a_headerlink {
    position: absolute;
    width: 290px;
    height: 95px;
    top: 38px;
    left: 632px;
  }
  
  #div_content_container {
    position: relative;
    min-height: 397px;
    _height: 397px;
    background: url('../images/intro_background.png') top left no-repeat;
  }
  
  #div_image {
    position: absolute;
    top: -80px;
    right: 0;
  }
  
  #div_image img {
    display: block;
  }
  
  #div_content {
    position: relative;
    margin: 0 370px 0 250px;
    color: #731672;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    min-height: 200px;
    _height: 200px;
    text-align: justify;
  }
  
  #div_links {
    margin: 30px 20px 0 230px;
  }
  
  #div_link_toerustingscursussen {
    float: left;
  }
  
  #div_link_toerustingscursussen h1 a {
    color: #F7971C;
  }
  
  #div_link_hboopldeiding_theologie {
    float: right;
  }
  
  #div_link_hboopldeiding_theologie h1 a {
    color: #731672;
  }
  
  .div_link h1 {
    margin: 0 0 15px 20px;
  }
  
  .div_link h1 a {
    font-family: arial;
    font-size: 20px;
  }
  
  .div_link {
    cursor: pointer;
    position: relative;
    width: 45%;
    background: url('../images/dots_purple.png') bottom left no-repeat;
  }
  
  .div_link p {
    margin: 0 0 35px 45px;
    font-family: arial;
    font-size: 14px;
    color: #731672;
    line-height: 20px;
  }
  
  #div_clear {
    clear: both;
    height: 30px;
  }
  
  #div_siteby {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 180px;
    text-align: right;
    font-family: arial;
    font-size: 10px;
    color: #E28B00;
  }
  
  #div_siteby a {
    font-family: arial;
    font-size: 10px;
    color: #E28B00;
  }
  
  #div_siteby a:hover {
    color: #731672;
  }
