body {
	background-color: #f0c380;
	BACKGROUND-POSITION: center top;
	
	
	}


td{
	FONT-SIZE: 18px;
	color: #FFFFFF;
	font-family:"Adobe Fan Heiti Std";
}
div{
	FONT-SIZE: 25px;
	color: #000;
	font-family:"Adobe Fan Heiti Std";
	line-height: 30px;
	
}

.info {
	width : 1000px;
	margin:0px auto;

}


.info1 {
	height:3000px;

}

@-webkit-keyframes snow {
0% {
background-position:0 0, 0 0
}
100% {
background-position:500px 500px, 1000px 500px
}
}
@keyframes snow {
0% {
background-position:0 0, 0 0
}
100% {
background-position:500px 500px, 1000px 500px
}
}
.container {
	box-shadow: 0 0 4px 3px rgba(0,0,0,.05);
}
#snowMask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/snow1.png), url(images/snow2.png);
	-webkit-animation: 10s snow linear infinite;
	animation: 10s snow linear infinite;
	pointer-events: none;
	z-index: 9999;
}
.photo {
	width:714px;
	position: relative;
	margin: 0 auto;
}

.txt1 {
	width:228px;
	background-color: rgba(100%,100%,100%,0.5);
	float: left;
	margin : 5px;
	
}
.txt2 {
	width:228px;
	background-color: rgba(100%,100%,100%,0.5);
	float: left;
	margin : 5px;
	background-image: url("images/t1.png");
	background-repeat: no-repeat;
	background-position: 5 5;
	height:450px;
}
.txt3 {
	width : 160px;
	left:75px;
	top:2px;
	position: relative;
	font-size: 18px;
	line-height: 25px;
}

.buttom{

background-color:black;
}


