/* CSS Document */

<style type="text/css">
	/* hide from ie on mac \*/
	html {
		height: 100%;
		/*overflow: hidden;*/
	}
	/* end hide */
	body {
	height:100%;
	margin: 8px 8px 8px 8px;
	padding: 0;
	background: url('../images/bg.jpg');
	}
	.container {
	width:950px;
	height:525px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	}
	.holder {
	margin:0px auto 0px auto;
	padding-left:80px;
	padding-top:25px;	
	}
	.content {	
	width:950px;
	height:444px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url('../images/site_border.jpg');	
	}
	#flashcontent {
	width:950px;
	height:203px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}
	#flashcontent2 {
	width:950px;
	height:90px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}
	#bannercontainer {
	position:absolute;
	width:750px;
	height:80px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}	
	#bannerframe {
	position:absolute;
	left:271px;
	top:13px;
	width:486px;
	height:83px
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}
	#banner {
	position:absolute;
	left:280px;
	top:25px;
	width:468px;
	height:60px
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}
</style>