/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	#flashcontent {
		height: 100%;
		z-index: 1000;
	}
	#searchContent {
		height: 1px;
		overflow: hidden;
		position: absolute;
		z-index: 1000;
		max-width: 1px;
		visibility: hidden;
	}
	/* end hide */
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background: #3E3E3E url(images/back.jpg) repeat;
	}
