@charset "utf-8";
/* CSS Document */

.CONTAINER {
		margin: 0;
		padding: 0;
		width: 788px;
		height: 800px;
		overflow: hidden;
		position: relative;
		
	}
	.CONTAINER img {
		border: 0;
	}
/*	.CONTAINER  a {
		text-decoration: none;
		color:#f7fef8;
		font-size:15px;
		line-height:1.5; }
	.CONTAINER  a:hover {
		color:#3C3;
	}
	
	.CONTAINER .title {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.CONTAINER .title h3 {
		margin: 0;
		padding: 0 0 0 20px;
		position: absolute;
		z-index: 1000;
		color:#FFFFFF;
		font-size:19px;
		font-family:"Arial Black", Gadget, sans-serif;
		text-align:right;
		width:750px;
	}*/
	.CONTAINER .desc {
	position: absolute;
	TOP: 458px;
	left: 38px;
	width: 710PX;
	height:200px;
			}
/*	.CONTAINER .desc p {
		padding:20px 0 0 0;
		font-size: 19px;
		line-height:1.5;
		font-family:"Arial Black", Gadget, sans-serif;
		color:#CCC;
		z-index: 998;
		text-align:center;
		width:788px;	}
	 用來當透明背景用的 */
	/*.maskCss {
		width: 100%;
		background-color: #000;
		position: absolute;
		z-index: 997;
	}*/
