body{
	background-color: #8B8859;
	background-image: url(../images/page_background.jpg);
	margin: auto; 0;
	background-repeat: repeat-x;
	
}
#flash_content{
	text-align: center;
	background-color: #8B8859;
	/*background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;*/
	width:795px;
	margin: auto; 0;
}
/* stops annoying focus-selection boxes in FF3 */
*:active, object:focus, embed:focus
{
outline: none;
}