/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
	background-image:url(../images/pattern.jpg);
	overflow: hidden;
}
#container {
	position:absolute;	
	left: 50%;
  	top :50%;
	width: 787px;
	height: 593px;
	margin-left: -398px;
	margin-top: -297px;
	color: #5F6258;
}

#content {
	position:absolute;	
	left: 50%;
  	top :50%;
	width: 308px;
	height: 390px;
	margin-left: -159px;
	margin-top: -195px;
	background-color: #282C23;
	padding:5px;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #373B2F;
	overflow: hidden;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
	display:block;
}
#flashlink {
	height: 7px;
	overflow: hidden;
}
a {
	background-image:url(../images/link_plugin_install.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 308px;
	display:block;
	overflow: hidden;
}
a:hover {
	height: 7px;
	width: 308px;
	background-image:url(../images/link_plugin_install_over.gif);
	background-repeat: no-repeat;
}
