/*
	Moving Background Stylesheet
	by Victor Zuydweg
	19 oktober 2006
*/

*
{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
	background: #333333 url(/images/pano.jpg) repeat-x left center;
	overflow: hidden
}

body
{
	background: url(/images/pano.jpg) repeat-x left center;
	font-family: Georgia;
	font-size: 16px;
	color: #000;
	height: 100%;
}

h1, h2
{
	margin: 10px;
}

a
{
	cursor: pointer;
}	a:hover
	{
		text-decoration: underline;
	}

.content
{
	position: absolute;
	height: 350px;
	width: 600px;
	top: 50%;
	left: 50%;
	margin: -210px 0 0 -300px;
	background-color:#FFFFFF;
	padding: 30px;
	opacity: .8;
	filter: alpha(opacity=80);
}
