/* hide from ie on mac \*/
		html {
			height: 100%;
			/* overflow: hidden; */
		}
	
		#flashcontent {
			/* height: 768px; */
			background: #565656 url('back.jpg') repeat-x;
			
		}
		/* end hide */

		body {
			height: 100%;
			margin: 0;
			padding: 0;
			text-align:center;
			background-color: #565656
		}

