body {
	background-color:rgba(77, 75, 75, 0.89);

}
.wrapDiv {
	width:80%;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	top:80px;
	left:0;
	right:0;
}
.leftBox {
	float:left;
	width:800px;
	height:240px;
	/*background-color:aqua;
	*/
    	margin:0 auto;
	margin-top:0px;
	clear:both;
}
#span {
	float:right;
	top:30px;
	right:185px;
}
#btn {
	float:left;
	width:100px;
	height:30px;
	margin-left:10px;
	margin-top:250px;
    border-color:#388BFF;
}
.nameBox {
	width:100px;
	height:30px;
	float:left;
    color:rgb(108, 248, 15);
	background-color:rgba(63, 63, 61, 0.897);
	margin-left:10px;
	margin-top:10px;
	text-align:center;
	line-height:30px;
}
.selectedName {
	float:right;
	width:340px;
	background:rgb(7, 255, 110);
	margin-top:10px;
	margin-left:30px;
	background:#fda500;
	overflow:hidden;
}
h1 {
	text-align:center;
}
