* {
    margin: 0;
    padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
    background-color: #000;
}


html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	text-align: center;
}

.hidden {
	position: absolute;
	left: -9000px;
}
/* end hide */¨

h2{

	text-align: center;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #000;

}

*img {
	border: 0;
	text-decoration: none;
}