/* hide from ie on mac \*/
html {
	overflow-x:hidden;
	overflow-y:auto;
	height:100%;
	width:100%;
}
/* end hide */

body {
	height:100%;
	width:100%;
	background-color:#000;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin:0;
	margin-left:0;
	margin-right:0;
	background-repeat: repeat-x;
	background-position: center top;
}
#flashcontent {
	position:absolute;
	height:100%;
	width:100%;
}
#noflash {
	margin:auto;
	width:400px;
}
#synopsis{
	line-height:17px;
	font-size:11px;
}
#copyrights{
	margin:20px 0px 0px 0px;
	text-align:center;
}
