* {
	padding: 0;
	margin: 0;
}

body, html {
	background-color: #FFFFFF;
}

h1 {
	font-family: Tahoma, Helv, Arial, sans;
	font-size: 8pt;
	font-weight: bold;
}

#container {
	text-align: center;
}

#flashcontent {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
	width: auto;
	height: auto;
	outline:none;
	-moz-outline-style: none; 
}