/** GENERAL ATTRIBUTES **/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

img {
	border: none;
}

#flash-container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 780px;
	height: 500px;
	margin: -250px 0 0 -390px;
}
