/* CSS Document */
/* hide from ie on mac \*/
html {

	height: 100%;
	/* overflow: hidden; */
	margin:0px;
	padding: 0px;
	
}

#flashizzle {

	width:100%;
	height:780px;
	position:absolute;
	/*
	
	text-align:center;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-350px;
	
	*/
	
}

/* end hide */

body {

	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:arial;
	background:#6AA203;
	
}
