/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

#flashContent {
	width:100%;
	height:100%;
}
body, html {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align:center;
	background-color: #FFFFFF;
	height:100%;
	width:100%;
    margin:0 auto;
	overflow: hidden;
	color: #000000;
}

