﻿div#contact
{
    background-position:center top;
    background-repeat:no-repeat;
    height:750px;
    /* deze zijn speciaal voor IE: die snapt min-height niet */
    _height: 750px;
    _overflow: visible;
}
div.ctctLinks
{
    position:relative;
    top: 65px;
    left: -250px;
    width:300px;
    height:20px;
}
img.ctctLinksImage
{
    width:300px;
    height:20px;
    border-style:none;
}
div.ctctChildLinks
{
    padding-top:6px;
    padding-left:10px;
    position:relative;
    top: 66px;
    left: -88px;
    width:150px;
    height:80px;
    text-align:left;
}
div.ctctTopPane
{
    display:block;
    position:relative;
    top: 95px;
    left: -205px;
    width:460px;
    height:200px;
}
div.ctctContentPane
{
    display:block;
    position:relative;
    top: 140px;
    left: -165px;
    width:540px;
    min-height:50px;
}
