body {
	background-color: #000;
}
.frame {
	position: relative;
	width: 1212px;
	height: 968px;
	margin: 0px auto 0px auto;
	text-align: center;
}
.frame .back {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.frame .choose {
	position: absolute;
	top: 600px;
	left: 400px;
	z-index: 1;
	width: 430px;
	height: 80px;
	text-align: center;
}
.frame .choose .space {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    display: inline;
    height: 74px;
}
.newVideo {
	position: absolute;
	top: 705px;
	left: 190px;
	z-index: 1;
	width: 854px;
	height: 230px;	
	background-image: url('../images/intro/new.png');
}

.newVideo .margin {
	float: left;
	width: 20px;
	height: 120px;
}
.newVideo .cover {
	margin-top: 70px;
	margin-left: 28px;
	float: left;
}

