
*{
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
}
body{
	background-color: white;
}
#head{
	width: 100%;
	height: 70px;
	background-color: #131313;
	border-bottom: 3px solid #ffa600;
}
#head #form{
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	color: white;
	line-height: 55px;
}
#head #form #formBtn{
	width: 400px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	float: left;
	margin-left: 300px;
}
#head #form #img{
	position: relative;
	width: 200px;
	height: 70px;
	position: absolute;
	line-height: 70px;
	margin: 0 auto;
	margin-left: -20px;
	float: left;
}
#head #form button{
	width: 100px;
	height: 40px;
	background-color: #ffa600;
	border-radius: 30px;
	letter-spacing: 3px;
	border: none;
	margin-top: 15px;
	float: left;
	font-weight: 800;
	margin-left: 60px;
}
#head #form #formBtn li{
	width: 40px;
	height: 70px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}
#head #form #formBtn li:hover{
	color: #ffa600;
}
#BackgroundImg{
	width: 100%;
	height: 550px;
	background-color: #717171;
}
#BackgroundImg #letter{
	width: 1000px;
	height: 550px;
	background-color: #c7c7c7;
}
#form button{
	cursor: pointer;
}
