.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#maincontent {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 50;
	width: 100%;
	background: #fff;
	
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	-o-opacity: 0.9;
	-ms-opacity: 0.9;
	opacity: 0.9; 
	filter: alpha(opacity=90);
	
	-moz-box-shadow:0 2px 6px #000;
	-webkit-box-shadow:0 2px 6px #000;
	-ms-box-shadow:0 2px 6px #000;
	box-shadow:0 2px 6px #000;
}

#box {
	width: 500px;
	margin: auto;
	padding: 10px 10px;
}
	
h1 { 
	margin: 24px 0;
	font-size: 40px;
	text-align: center;
	line-height: 44px;
	font-weight: normal;
	font-family: Georgia,serif;
	color: #222;
}

a {
	text-decoration: none;
	outline: none;
	color: #C52D08;
}

a:hover {
	text-decoration: underline;
}

#analogue {
	width: 401px;
	margin: 24px auto;
}

#analogue li {
	width: 170px;
	float: left;
	padding: 10px 15px;
}

#analogue li#kortrijk {
	text-align: right;
	border-right: 1px solid #999;
}

#digital {
	text-align: center;
	margin: 24px 0;
	line-height: 1.4;
}