/* 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:#fff;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#flashcontent {
	position:absolute;
	height:100%;
	width:100%;
}
#noflash {
	margin:auto;
	width:465px;
}
#synopsis{
	line-height:17px;
	font-size:11px;
}
#copyrights{
	margin:20px 0px 0px 0px;
	text-align:center;
}