/* CSS Document v1.0 :: productiefactor.nl  */

html {
	height:100%;
	overflow:hidden;
}

body {
	height:100%;
	margin:0;
	background-color:#2F363B;
}

#flashcontent {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
}

#noFlashContent {
	position:relative;
	top:50%;
	left:50%;
	width:500px;
	height:250px;
	margin-left:-250px;
	margin-top:-125px;	
}

#noFlashImg {
	position:relative;
	top:0px;
	left:0px;	
	height:125px;
	background-image:URL(../_bitmaps/corpLogo_noplayer.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#noFlashContentTxt {
	display:block;
	position:relative;
	top:0px;;
	left:0px;
	padding-top:10px;
	font-family:Arial;
	font-size:12px;
	color:#72797F;
	text-decoration:none;
	text-align:center;
}

#noFlashContentTxt img {
	border:0;
}

a:link {
	color:#F2F4F6;
}

a:hover {
	color:#F18E00;
}

a:visited {
	color:#F18E00;
}