body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background-color: #889BA2;
}
#comments {

}

#flashcontent {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 810px;
	height: 540px;
	margin-top: -260px; /*set to a negative number 1/2 of your height*/
	margin-left: -405px; /*set to a negative number 1/2 of your width*/
	background-color: #889BA2;
}


