html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

img
{
	behavior: url(css/iepngfix.htc);
}

#copyright_balk {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 21px;
	text-align: center;
	background: url(../img/copyright_balk.gif) repeat-x;
	font-size: 1px;
}

#siteContainer
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 915px;
	height: 550px;
	margin: -300px 0 0 -450px;
}

#merryChristmas
{
	position: absolute;
	left: 0;
	top: 0;
	width: 827px;
	height: 234px;
}

#happyNewYear
{
	position: absolute;
	left: 0;
	top: 0;
	width: 827px;
	height: 234px;
	visibility: hidden;
}

#largeN
{
	position: absolute;
	left: 0;
	top: 260px;
	width: 140px;
	height: 100px;
}

#amsterdam
{
	position: absolute;
	left: 150px;
	top: 200px;
	width: 537px;
	height: 330px;
	z-index: 200;
	cursor: pointer;
}

#groningen
{
	position: absolute;
	left: 275px;
	top: 140px;
	width: 549px;
	height: 350px;
	z-index: 100;
	cursor: pointer;
}

#siteBackground
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#backgroundImage
{
	width: 100%;
	height: 100%;
}

#noFlash
{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 5%;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

#noFlash a
{
	color: #DD2200;
}


/* popup styles */
#popupbg {
	width: 5000px;
	height: 5000px;
	position: absolute;
	top: -2000px;
	left: -2000px;
	z-index: 999;
}
#popuprealbg {
	filter:alpha(opacity=40);
	opacity: 0.6;
	-moz-opacity:0.6;
	background-color: #555555;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
#popup {
	padding: 10px;
	width: 300px;
	height: 300px;
	top: 150px;
	left: 275px;
	position: absolute;
	z-index: 1000;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
}