body
{
	margin: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-family: Georgia, Times, Arial;
	
	background: #02321f url( ../img/huenersdorff_layout_bg_tile.jpg );
}

#content
{
	position: absolute;
	left: 50%;
	top: 50%;
	
	z-index: 2;
	
	margin-left: -275px;
	margin-top: -275px;
	
	width: 550px;

	text-align: center;
}

#htmlcontent
{
	color: #fff;
}

	#htmlcontent .info
	{
		font-size: .8em;
		color: #85b8a7;
	}

#background
{
	position: absolute;
	left: 0;
	top: 0;
	
	z-index: 1;
	
	width: 100%;
	height: 100%;
}

a:link, a:visited
{
	color: #85b8a7;
	text-decoration: none;
}

a:active, a:hover
{
	color: #d9b918;
}

#contact
{
	color: #85b8a7;
	font-size: .7em;
}

	#contact p
	{
		margin: 0 0 5px 0;
	}