/* CSS Document */

body{ background:url(/static/dynamic/newyear/images/bg.jpg) repeat;  color:#5a280d;  }
.zttop{
	height: 95px;
    width: 100%;
    background: url(/static/dynamic/newyear/images/top_bg.png) repeat-x;
	margin-top: -76px;
}
.ztjie{
	position: relative;
}
.ztban img{
	width: auto;
	display: block;
	margin: 50px auto;
}
.leftjie{
	position: absolute;
	background: url(/static/dynamic/newyear/images/jie.png) no-repeat;
    width: 168px;
    height: 338px;
    position: absolute;
	top: -100px;
	left: 0;
}
.rightjie{
	background: url(/static/dynamic/newyear/images/jie.png) no-repeat;
    width: 168px;
    height: 338px;
    position: absolute;
	top: -100px;
	right: 0;
}
.zt-video video{
	width: 100%;
	margin-top: 50px;
}
