*{
	margin:0;
	padding:0;
	border:0
}
body{
	color:#796f6e;
	background:#d1cfce url("../images/backgr.jpg") repeat-x;
	font:12px Tahoma,"Trebuchet MS","Lucida Grande","Myriad Web",Helvetica,Arial,sans-serif;
	padding-bottom:30px;
}
br{
	clear: both;
}

p{
	margin-bottom: 20px;
}
h1{
	font-size: 15px;
	margin-bottom: 20px;
}

img{
	margin: 0 0 40px 0;
}

a{
	text-decoration: underline;
	color:#796f6e;
}
a:hover{
	text-decoration: none;
}


/*--- GECENTREERDE LAYOUT ---*/
#container{
	width:100%;
	margin:0 auto;
	height:100%;
	position:relative;
	text-align: center;
}

#logo{
	margin-top: 174px;
}