    body {
        font-family: "Times New Roman", Times, serif;
        font-size: 64%;
        background-color: #FFFBE5;
		margin: 75px 0 0 0;
		padding: 0;
        }
	img {
		border: none;
		}
    div#center {
        margin: auto auto;
        width: 784px;
        }
    div#top {
        height: 31px;
        width: 784px;
        background: transparent url("http://www.dekkervandekamp.nl/landingpages/i/top_background.jpg") repeat-x;
        }
    div#content {
        width: 782px;
        border: 1px solid #E5E5E7;
        border-top: none;
        border-bottom: none;
		background-color: #FFF;
		float: left;
        }
        div#content h1 {
            margin: 10px 60px 7px 60px;
            color: #FF6600;
            font-size: 1.8em;
            font-weight: normal;
            }	
        div#content p {
            margin: 0 60px 20px 60px;
            color: #808080;
            font-size: 1.6em;
            line-height: 20px;
            }
        div#content p a {
            color: #FF6600;
            }
        div#content a#linkout {
            margin: 20px 0 10px 0;
            color: #725252;		
            font-size: 1.0em;
            font-weight: normal;
            clear: both;
			float: right;
			background: transparent url("http://www.dekkervandekamp.nl/landingpages/i/anchor.gif") left 10px no-repeat;
            padding: 0 0 0 10px;
            }
        div#content p a#linkout:hover {
            color: #402E2E;
            }
    div#bottom {
        height: 21px;
        width: 784px;
		float: left;
        background: transparent url("http://www.dekkervandekamp.nl/landingpages/i/bottom_background.jpg") repeat-x;
		margin: 0 0 10px 0;
        }
