*{ margin: 0; padding: 0; }*

body {
	background-color:#FFFFFF;
	color:#000000;
}

#flashcontent {
	position: absolute;
	top: 50%;
    width: 100%;
    height: 500px;
    margin-top: -250px;
	text-align: center;
}
