@charset "UTF-8";
/* CSS Document */

/*GENERAL*/
body {
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	}
	
img{
	float:left;
	margin-right: 10px;
	}


/*LAYOUT*/
#wrapper {
	width:900px;
	height:800px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	background: url(../img/bg.jpg) no-repeat;
	}

#flashcontenttop {
	width: 900px;
	height: 130px;
	position:relative;
	}

#flashcontentleft {
	width: 225px;
	height: 340px;
	position:relative;
	display:inline;
	float: left;
	z-index:5;
	}

#flashcontentright {
	width: 225px;
	height: 340px;
	position:relative;
	display:inline;
	float: left;
	z-index:6;
	}

#flashcontentbottom {
	width: 900px;
	height: 130px;
	position:relative;
	top: 20px;
	}
	
#flashintro {
	width:450px;
	height:340px;
	position:relative;
	float:left;
	}
	
#htmlcontent {
	width:430px;
	height:295px;
	position:relative;
	float:left;
	overflow:auto;
	padding:10px 10px 20px 10px;
	}

