body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	
/*	overflow:scroll;  nadeel: altijd horizontale scrolbar zichtbaar*/
	overflow: -moz-scrollbars-vertical; /*verhelpt verspringen site in firefox, IE doet dit standaard*/
	
	background-image: url('http://www.caspertromp.nl/images/bg.png');
	background-repeat: repeat-x;
	background-position: center 0px; */
		
	background-color: #FFF;
}

#counter{
	visibility:hidden;
	z-index:0;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px 0px 15px;
	text-align: left;
	width: 900px;	
	height: 100%;
	z-index:1;
}

#picture{
	position:absolute;
	right:55px;
	top:39px;
	width:232px;
	height:619px;
	z-index:3;
}

#infobox_container{
	position:absolute;
	left:80px;
	top:50px;
	width:auto;
	height:438px;
	z-index:3;

}

#infobox{
	position:absolute;
	bottom:7px;
	width:300px;
	height:auto;

}

#copyright {
	position:absolute;
	right:10px;
	top:705px;
	width:auto;
	height:auto;
	z-index:3;
}


p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-style: normal;
	text-decoration: none;
	line-height: 21px;
	margin: 0px;
}

.red {
	color: #ff3000;
}

.copyright {
	color: #888;
	font-size: 9px;
	font-style: italic;
}

a img {
	border: none;
}

a { 
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-style: normal;
	text-decoration: none;
	line-height: 21px;
	margin: 0px;
}

.link {
	text-decoration: none;
	color: #000;
	background-color: #DDD;
	font-weight: normal;
	text-transform: none;
	margin-right: 1px;
	margin-left: 0px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: auto;
}

.link:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	text-transform: none;
	background-color: #ff3000;
}