/* CSS Document */

html,body {
	margin:0;
	padding:0;
	/*height:100%; needed for container min-height */
	background:#B8B9A9;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#19212b;
}

body{
	padding-top:20px;
	}

#flashcontent{
	width: 850px;
	height: 660px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -330px;
	margin-left: -425px;
	}