/* hide from ie on mac */

html {
	height: 100%;
	overflow: hidden;
	background:#bfbfbf;
	color:#333;
}

#flashcontent {

	width:100%; height:100%;

}
#alternate, #alternate a { color:#bfbfbf; }

/* end hide */

body {

	height:100%;
	margin:0; padding:0;

	background:#bfbfbf;

	font:11px Tahoma, Geneva, sans-serif;

}

a { color:#f90; }

#body {

	position:relative;

	width:500px; height:300px;

	margin:0 auto;

	text-align:center;

}

#noflash {

	position:absolute;

	background:url(../assets/body/noFlash.jpg) top left no-repeat;
	width:400px; height:150px;

	margin:-150px 0 0 -250px;
	left:50%; top:50%;

	padding:150px 50px 0 50px;

}