#debate {
	position: relative;
	width: 1000px;
	margin: auto;
	margin-top: 200px;
	background-color: #555151;
	color: #ccc;
	font-size: 13px;
	line-height: 14px;
}

.title {
	position: relative;
	top: 6px;
	padding: 5px 5px 5px 11px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
/*	margin-top: 8px;*/
}

.point {
	padding: 0 10px 15px 20px;
	border-bottom: 1px dashed #666;
	line-height: 18px;
}

.beatles {
	background-color: #333;
	width: 500px;
/*	margin-bottom: 1px;*/
/*	padding: 8px;*/
}

.stones {
	background-color: #353535;
	width: 500px;
	margin-left: 500px;
	margin-bottom: 1px;
}

.participate {
	margin: 30px auto 0 auto;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.newPoint {
	position: relative;
	width: 1000px;
	margin: auto;
	margin-top: 200px;
/*	background-color: #555151;*/
	color: #ccc;
	font-size: 13px;
	line-height: 14px;
}

