
	/* hide from ie on mac \*/
	html{
		height: 100%;
		padding: 0;       
	}
	body{
		margin: 0;
		padding: 0;
		background-color: #000000;
		height: 100%;
		position: relative;
	}
	#website{
		height: 100%;
	}
	#flashcontent{
	/*
		position: absolute;
	
	*/
	}
       