﻿* {
	margin:0;
	padding:0;
	border:0;
}
body {
	position:relative;
	height:100%;
	color:#2d2d2d;
}
div#flashcontent {
	position:absolute;
	top:50%;
	left:50%;
	width:1024px;
	height:650px;
	margin:-325px 0 0 -512px;
}

