@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#fff;
	background:#000;
}

/* styles for IE 5 Mac */
#centerwrap {
	background-color:#000;
	height:526px;
	width:950px;
	margin:10px auto;
	position:relative;
}
/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
	position:absolute;
	margin:-280px 0 0 -480px;
	left:50%;
	top:50%;
}
	/* end hack */
 #flashcontent {
		/*margin: 0 auto;*/
		position:absolute;
        width: 950px;
        height: 526px;
}
