body {
	height: 100%;
	width: 100%;
	margin: 9px 0px 0px 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	background: #3b3b3d;
}

#wrapper {
	height:1px;
	width: 1px;
	position: relative; top:0px; left:50%;
}

#container {
	height: 616px;
	width: 940px;
	position: absolute; top:0px; left:-470px;
}

#left {
	height: 616px;
	width: 450px;
	float: left;
	background: transparent url('img/bg_left.jpg') no-repeat left top;
}
	#left img {
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	#left_img {
		height: 600px;
		background: transparent url('img/bg_left2.jpg') no-repeat left top;;
	}
	#left_links{
		height: 16px;
	}

#right {
	width: 490px;
	float: right;
}
	#content {
		height: 590px;
		background: transparent url('img/bg_right.gif') no-repeat left top;
	}
		#content img {
				margin: 0px;
				padding: 0px;
				border: 0px;
		}
			
		#links1, #links2, #links3, #links4 {
			height: 17px;
			margin: 0px 4px 0px 4px;
			position: relative; top: 130px;
			text-align: center;
		}
			#links1 img, #links2 img, #links4 img,
			#links1 a:link img, #links1 a:active img, #links1 a:visited img,
			#links2 a:link img, #links2 a:active img, #links2 a:visited img,
			#links4 a:link img, #links4 a:active img, #links4 a:visited img 
				{border-bottom: 1px solid #efc1da;}
			#links1 a:hover img, #links2 a:hover img, #links4 a:hover img {border-bottom: 1px solid #3b3b3d;}

		#links2 {
			position: relative; top: 136px;
		}
		#links3 {
			height: 62px;
			position: relative; top: 215px;
		}
		#links4 {
			position: relative; top: 335px;
		}
		
		#pic {
			height: 138px;
			position: relative; top: 325px;
			text-align: center;
		}
	
	#mplayer {
		height: 24px;
		margin: 2px 0px 0px 0px;
	}

	
	
	
/* Other */
#clear {
	clear: both;
}