#container {
	position:relative;
	margin:0 auto;
	width:990px;
	background:url(../images/bg.gif) repeat-y;
}
	#header {
		width:990px;
		height:210px;
		background:url(../images/bg-header.gif) no-repeat;
	}
		#header #logo {
			position:absolute;
			top:50px;
			left:33px;
			width:116px;
			height:139px;
			background:url(../images/logo.gif) no-repeat;
		}
		#header #title {
			position:absolute;
			top:70px;
			left:715px;
			width:230px;
			text-align:center;
		}
		#header #menu {
			position:absolute;
			top:172px;
			left:157px;
			height:23px;
		}
	#content {
		width:990px;
	}
		#content #left {
			float:left;
			width:682px;
			margin:0 0 0 31px;
		}
			#content #flashcontent {
				width:682px;
				height:282px;
			}
		#content #right {
			float:right;
			width:230px;
			margin:0 31px 0 0;
		}
		#content #full {
			float:left;
			width:960px;
			margin:0 0 0 31px;
		}
	#footer {
		width:990px;
		height:76px;
		line-height:30px;
		background:url(../images/bg-footer.gif) no-repeat;
		text-align:center;
	}