body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background-color: #BFE3EE;
}
#comments {

}

#flashcontent {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 447px;
	margin-top: -223px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	background-color: #BFE3EE;
}


