@charset "UTF-8";
#wrapper
{
		font: 90% Verdana, Geneva, sans-serif;
		color: #666;
		height: 200px;
		width: 800px;
		position: relative;
		background-image: url(Bergez_in-werk.gif);
		background-repeat: no-repeat;
		padding: 350px 50px 50px;
		border: thick inset #CCC;
		margin: 0px auto;
}
body
{
		text-align: center;
		background-color: #999;
}
h1
{
		font-size: 120%;
		background-color: #CCC;
		padding: 20px 5px;
		border: thick outset #999;
		width: 800px;
}
#contact	{
		font-size: 120%;
		background-color: #CCC;
		padding: 10px 5px;
		border: thick outset #999;
		width: 450px;
		text-align: center;
		margin-left: 175px;
}
a:link, a:hover	{
		color:#F33;
}
