
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;

		width: 100%;
		margin: 0px auto;
		text-align: center;
		padding: 0px;
		background-color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;}
	#flashcontent {
		height: 100%;
	}
	#screen {
		height: 100%;		
	}

	body
	{
		height : 100%;
		padding : 0px 0 0px 0;
		margin : 0;
		
		font-family: Verdana, Geneva, Arial, sans-serif;
		text-align: left;
		font-size: 10px;
		font-weight : normal;
		background-image: url(bg.jpg);
	    background-repeat: repeat-x;
	    background-attachment: fixed;
	    background-color: #000000;
	    background-position: 50% 50%;
		overflow: hidden;
		
	}
	#contentLayer
	{
		visibility:hidden;
		overflow: hidden;
		height: 10px;	
	}	