/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}	
#flashcontent {
	position:absolute;
	height: 100%;
	width: 100%;
	top:0px;
	left:0px;
}
/* end hide */
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(noflash2.jpg);
}
img {
	border:none;
}
#noflash{
	background-image: url(ruut.gif);
	height:100%;
	text-align: center;
	margin: 100px 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 72px;
	color: #FFF;
}
