html{
	overflow-y:scroll;
}
body{
	width:100%;
	background-image:url(/images/intro.png);
	background-repeat:no-repeat;
	background-position:center 80px;
	text-align:center;
	overflow-y:hidden;
}
table{
	border:0px;
	border-collapse:collapse;
}
img{
	border:0px;
}
*{
	margin:0px;
	padding:0px;
}
p{
	text-align:center;
}


.ContentEdit{
	width:100%;
	display:none;
}


.container{
	width:900px;
	margin:265px auto 10px auto;
}
	.item_left{
		width:325px;
		padding-top:55px;
		cursor:pointer;
		float:left;
	}
	.item_right{
		width:325px;
		padding-top:55px;
		cursor:pointer;
		float:right;
	}
		.text{
			width:324px;
			float:left;
		}
		.minheight{
			width:1px;
			height:75px;
			float:left;
		}
		.enter{
			width:100%;
			float:left;
		}