/* CSS Document */
/* content:
	-
	-
	*/
	

/* ------------------------------------------------------------------ */
/* PRESETS */

BODY {
	margin:0px;
	padding:0px;
	background-color:#113062;
	background-image:url(../image/layout_background.jpg);
	background-repeat:repeat-x;
	}

IMG {
	border:0px;
	}
	

/* ------------------------------------------------------------------ */
/* LAYOUT */

#container {
	width:900px;
	height:585px;
	margin-left:-450px;
	position:absolute;
	left:50%;
	margin-top:20px;
	text-align:center;
	float:left;
	}

/* ------------------------------------------------------------------ */
/* SWF's */

#swf_interface {
	width:900px;
	height:585px;
	float:left;
	}


H1, H2, P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#5890E3;
	}

DIV.positioningfriendly {
	position:absolute;
	width: 300px;
	top:-600px;
	left:-600px;
	float:left;
	}
