body
{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	text-align:center;
	margin: 0%;
}

#bg {
	background-image: url(hg/baustelle.jpg);
	width:800px;
	height:600px;
	margin:0px auto;
	text-align:center;
	border:0px;

}


#link
{
	position:relative;
	top:60%;
	left:50%;
	width:500px;
	height:200px;
	text-align:left;
}

a.link {

	
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
	color:#990000;
	font-family:verdana,arial,tahoma;
	
	
}

a.link:hover {
	text-decoration:underline;
	font-size:16px;
	font-weight:normal;
	color:#990000;
	font-family:verdana,arial,tahoma;
	
}