
/*
***********************************************************

	HTML CLASSES

***********************************************************
*/

	body {
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:1.6em;
		margin:0px 0px 0px 0px;
		background-color:#F7DB90;
		background-image:url(../images/background_body.jpg);
		background-position:top;
		background-repeat:repeat-x;
	}
	
	#flash_canvas {
		width:930px;
		height:560px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-465px;
		margin-top:-280px;
	}
