/* CSS Document */

/* hide from ie on mac \*/
html 			{	margin: 0px;	padding: 0px;	height: 100%;	overflow: hidden;	}
/* end hide */

body 			{	margin: 0px;	padding: 0px;	height: 100%;	background-color: #272520;	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;	}


/* divs */
	
#flashcontent 	{	position: absolute;	left: 50%;	top: 50%;	width: 600px;	height: 400px;	margin: -200px -300px;	}
