* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #fff; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #000000; 
text-align: center; /*** Centers the design in old IE versions ***/
}

.clear { clear: both; }
#mainContainer {
width: 1000px;
margin: 0 auto; /*** Centers the design ***/

background-image: url('images/background.jpg');
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
background-image: url('images/background.jpg');
}

#header {
background-image: url('images/headerantwerpen.jpg');
height: 134px;
}
/**************************
MENU
**************************/
#content {
background: #161616:
height: 36px;
}
/**************************
FOTOS
**************************/
#left {

}
/**************************
TEKST
**************************/
#right {
padding: 20px;
}
/**************************
FOOTER
**************************/
#footer {
background-image:url('images/footer.jpg');
width: 1000px;
height: 53px;
margin: 0 auto;
text-align: center;
}

p {
font-family: Verdana, Arial;
font-size: 12px;
padding-left: 100px; 
padding-top: 30px;
padding-bottom: 50px:
}

tr.tekst, table.tekst{
font-family: Verdana, Arial;
font-size: 12px;
}

img.foto {
padding-top: 30px;
padding-bottom: 50px:
}

h3 {
font-family: Verdana, Arial;
font-size: 15px;
font-weight: normal;
color: red;
padding-left: 100px; 
padding-top: 30px;
padding-bottom: 50px:
}

a {
	text-decoration: none;
	outline: none;
	color:#999999;
	}
a:visited {
	color:#999999;
	}
a:active {
	color:#ff0000;
	}
a:hover {
	color:#ff0000;
	}
