
body {
	margin: 0px;
	padding: 0px;
	background: #002967 url(../images/bg.jpg) center top no-repeat;
	}
	
	.layout {
		width: 753px;
		height: 2004px;
		margin: 0px auto;
		position: relative;
		background: url(../images/bg_cont.jpg) center top no-repeat;
		}
	
	.play_video {
		width: 430px;
		height: 213px;
		position: absolute;
		top: 311px;
		left: 157px;
		}
	.play_video:hover {
		background: url(../images/video_hover.jpg?v=1) 141px 31px no-repeat;
		}
	
	.play_link {
		width: 247px;
		height: 80px;
		position: absolute;
		top: 549px;
		left: 258px;
		}
	.play_link:hover {
		background: url(../images/play_hover.jpg) left top no-repeat;
		}
	
	.text_block {
		width: 336px;
		position: absolute;
		font: 14px Tahoma, Geneva, sans-serif;
		line-height: 16px;
		text-align: center;
		}
	.text_block.left {
		left: 30px;
		}
	.text_block.right {
		left: 384px;
		}
	
	.text_block a {
		color: #06C;
		text-decoration: underline;
		}
	.text_block a:hover {
		text-decoration: none;
		}
	
	.text_block a.btm {
		font: 14px Tahoma, Geneva, sans-serif;
		line-height: 30px;
		font-style: italic;
		text-decoration: underline;
		}
	.text_block a.btm:hover {
		text-decoration: none;
		}
	.text_block.left a.btm {
		color: #00888f;
		}
	.text_block.right a.btm {
		color: #a51ca1;
		}
	
	#tb_left_1 {top: 770px;}
	#tb_left_2 {top: 995px;}
	#tb_left_3 {top: 1300px;}
	
	#tb_right_1 {top: 770px;}
	#tb_right_2 {top: 1027px;}
	#tb_right_3 {top: 1300px;}
	#tb_right_4 {top: 1545px;}
	
	.footer {
		width: 450px;
		height: 94px;
		position: absolute;
		top: 1900px;
		left: 170px;
		overflow: hidden;
		}
	
	.footer .fl {
		display: block;
		float: left;
		margin: 0px 16px 6px 0px;
		}
	
	.footer p {
		height: 31px;
		margin: 0px;
		color: #8e8279;
		font: 10px Tahoma,Geneva,sans-serif;
		line-height: 16px;
		}
		
		.footer p a {
			color: #8e8279;
			}
		.footer p a:hover {
			text-decoration: none;
			}
	
	