/* GEWONE KLEUR VOOR H1 ENZOW: CC0000 */
html, body {
    height: 100%;
    margin: 0 auto;  
    padding: 0;
    text-align:center;
    background: #fff;
}

html {
    font-family: Georgie, Times, serif; 
    font-size:62.5%;
    color:#000;
}
a { 
    color: #000;
    text-decoration: none;
    outline: none; 
}
a:hover { text-decoration: underline; }
img { border: 0; }
#wrapper {
    clear: both;
	position: relative;
	text-align: center;
	width: 985px;
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	font-size: 1em;
	line-height: 1.4em;
	border-bottom: 10px solid #000;
}
#header {
    clear: both;
    position: relative;
    width: 985px;
    height: 150px;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    background: url(../_img/header_img.gif) bottom left no-repeat;
}
a#mail_link, a#twitter_link {
    position: absolute;
    top: 111px;
    left: 195px;
    font-size: 1.2em;
}
a#twitter_link { left: 330px; }