/* CSS Document */
/* hide from ie on mac \*/
html {
	height:100%;
	overflow:hidden;
}
#flashcontent {
	width:100%;
	height:100%;
	color: #113C75;
}
/* end hide */
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#113C75;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
}
.credits2 {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h1 {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 14px;
}

/* FLASH */
a:link {
    text-decoration: none;
    color: #666699;
}
a:hover{
    text-decoration: underline;
    color: #0000ff;
}
#facebook {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width:450px; 
	height:80px;
	padding: 10px;
  	background: #b3c2d1 url(../blurry.jpg) no-repeat fixed center;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
  	-moz-box-shadow: 3px 3px 3px #052b56; /* Firefox/Mozilla */  
  	-webkit-box-shadow: 3px 3px 3px #052b56; /*Safari/Chrome */  
  	box-shadow: 3px 3px 3px #052b56; /* Opera & hoe het zou moeten */  
  	/* Voor IE 8 */  
  	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#052b56')";  
  	/* Voor IE 5.5 - 7 */  
  	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#052b56');	
}

