html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #E9E9E9;
	background-color: #161515;
}
#dropBox {
	width: 400px;
	height: 100px;
	margin-left: 50px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #434839;
}