* {
	margin:	0;
	padding: 0;
}

body, html {
	background-color: #000;
	color: #FFF;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
}

h1 {
	color: #b00018;
	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	color: #46B4E7;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

a {
	color: #46B4E7;
}

#flashcontent {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 990px;
	height: 600px;
	margin-top: -300px;
	margin-left: -495px;
}