@import url(main.css);

body {
 background: transparent url(img/achtergrond.gif) no-repeat bottom right; /* lichte bollen rechtsonder */
 background-attachment: fixed;
 }

#container {
 background: transparent url(img/index-html.gif) no-repeat top left; /* blauwe bol linksmidden en logo 'voc|rozenweelde' */
 min-height: 650px;
 width: 100%;
 position: absolute;
 top: 50%;
 margin-top: -355px;
 }

h1 a {
 display: none;
 }

#intro {
 position: absolute;
 width: 415px;
 height: 165px;
 left: 61px;
 top: 212px;
 font-size: 10pt;
 color: #677ea7;
 padding: 0;
 }
 
#disclaimer {
 display: block;
 position: absolute;
 width: 430px;
 left: 61px;
 top: 420px;
 font-size: 7pt;
 color: #999;
 padding: 0;
 }

p {
 padding: 0;
 }

#welkom a {
 position: absolute;
 background: transparent url(img/index-welkom.png) no-repeat 0 0;
 width: 138px;
 height: 95px;
 left: -156px;
 top: 283px;
 color: #fff;
 font-size: 24pt;
 padding-top: 55px;
 padding-left: 18px;
 text-decoration: none;
 outline: 0;
 }
 
#welkom a:hover, #welkom a:focus {
 color: #6981a9;
 }