/*	
Thanks to Keith Donegan of Code-Sucks.com
Design / HTML / CSS by Maurits Doetjes / www.untransformed.com  
*/

/* body */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #900;
	background-image:url(../../img/bg-topjpg.jpg);
	background-repeat:repeat-x;
	}

#wrapper { 
	margin: 0 auto;
	width: 951px;
	}

#content { 
	width: 951px;
	color: #333;
	background:url('../../img/bg-tophtml.jpg') no-repeat top center;
	position:relative;
	}

#tekst {
	padding: 120px 150px 50px 365px;
	}

#footer {
	bottom: 0;
	background:url('../../img/bg-footer.jpg') repeat-x center bottom;
	padding:0px 0px 0px 130px;
	margin:0px;
	height:356px;
	text-align:center;
	position:relative;
	}

p {
	color: #F9EDC1;
	line-height: 1.7em;
	padding: 10px 0px 10px 0px;
	}

h1 {
	color: #000;
	font-weight: normal;
	line-height: 1.7em;
	}

a {
	color: #F9EDC1;
	text-decoration: underline;
	}

a:hover {
	color: #F9EDC1;
	text-decoration: none;
	}