div#wrapper {
    position: relative;
    width: 760px;
    margin: 0 auto 0 auto;
    text-align: left;
}

div#datum {
	position: absolute;
	left: 15px;
	top: 112px;
	text-align: left;
	color: white;
	font-weight: bold;
}

div#header {
	position: absolute;
	left: 1px;
	top: 0px;
	width: 760px;
	text-align: center;
	background: transparent repeat-y url('http://www.peugeot106gti.nl/img/rand.jpg');
	padding-left: 10px;
}

div#topnav {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 500px;
	text-align: right;
}

a.topnav, a.topnav:active, a.topnav:visited {
	color: #666666;
	text-decoration: none;
}

a.topnav:hover {
	color: #205382;
	text-decoration: underline;
}

div#content {
	position: absolute;
	top: 150px;
	left: 1px;
	color: black;
	width: 760px;
	text-align: justify;
	background: #FFFFFF repeat-y url('http://www.peugeot106gti.nl/img/rand.jpg');
}

div#footer {
	padding-top: 10px;
	padding-left: -40px;
	text-align: center;
	color: black;
	height: 63px;
	width: 100%;
	background: transparent bottom left no-repeat url('http://www.peugeot106gti.nl/img/footer.jpg');
}

hr.footer
{
	width: 720px;
}

a.footerlink, a.footerlink:active, a.footerlink:visited {
	color: #666666;
}

a.footerlink:hover {
	color: #205382;
}

td.mid {
	text-align: left;
	/*border-left: 1px solid #666666;
	border-right: 1px solid #666666;*/
	width: 450px;
}

td.sideLeft {
	width: 120px;
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
}

td.sideRight {
	width: 125px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}