body {
	background-image:url(leinenbg.jpg);
	text-align: center;
	}
	
#content{
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 200px;
	background: #550;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;	
}

a{
	text-decoration: none;
	color: #cc9;
}

a:hover{
	background: #fff;
	color: #660;
}


