body {	
	color: white;
	background: no-repeat center/100% url(01010Melee.jpg);
	font-family: Times roman;
	margin: 0; 
}

button {
	background-color: green;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
}
button:hover {
	background-color: red;
	color: white;
}