#flashid_flashmovie
{
	width: 760px;
	height: 600px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -300px;
	background-color: #372C21;
}
#scrollmovie { /*Use separate div because IE's faulty box model*/
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	color: #372C21;
}

body {
	background-color: #372C21;
	color: #CCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	}
