@charset "utf-8";

/* ----STOMMEN------------------------------------------------------------------------------------------------------------------- */

	* {margin:0;padding:0;}

#link {
	width:auto;
	height:auto;
	margin:auto;
}
#link a {
	display:block;
	height:auto;
}
* html #link a {
	display:block;
}

HTML {
	background:#000000;
	/* Height is 100%, so the body can be 100% */
	height:100%;
	background-repeat:repeat-x;
}
body {
	/*background:url(../images/bg.png);*/
	background-repeat:repeat-x;
	background-position:50px top;
	margin:0;
	padding:0;
	/* Height is 100%, so the tiled BG will tile all the way down
	the page, not just as far down as the page's content
	(when the content's height < window's height) */
	height:100%;
	overflow: hidden;
}

/* ----STOMMEN SLUT-------------------------------------------------------------------------------------------------------------- */

#menucontainer
{
	position: absolute;
	left:0px;
	bottom: 0px;
	z-index: 20;
	width:100%;
	text-align:center;
}
#bgbottomcontainer
{
	position: absolute;
	left:0px;
	bottom: 0px;
	z-index: 5;
	width:100%;
	text-align:center;
}
#islogocontainer
{
	position: absolute;
	right:0px;
	bottom: 30px;
	z-index: 30;
}
#contentcontainer
{
	position: absolute;
	left:0px;
	top:50%;
	margin-top:-320px;
	z-index: 15;
	width:100%;
	height:100%;
	text-align:center;
	outline:none;
}
#spinnercontainer
{
	position: absolute;
	right:50%;
	bottom:50%;
	z-index:50;
}

/* hide dotted outlines around the swfs in firefox */
#content
{
	outline:none;
}
#contentswf
{
	outline:none;
}
#menu
{
	outline:none;
}
#menuswf
{
	outline:none;
}
#bg
{
	outline:none;
	height:100%;
}
#bgbottomswf
{
	outline:none;
}
#islogoswf
{
	outline:none;
}


