body{
	background-image: url(../images/bg.png);
	background-color: rgb(255, 80, 80);
	margin: 0;
	text-align: center;
	padding: 30px;
}
#snakeframe{
	height: 500px;
	width: 500px;
	border: grey solid 3px;
	background-color: white;
	margin: 20px auto auto auto;
}
#title{
	width: 100%;
	text-align: center;
	font-size: 20pt;
}
#startb{
	width: 60px;
	heigth: 20px;
	background-color: white;
	border: solid black 3px;
	border-radius: 3px;
	margin: 3px;
}
#resetb{
	width: 60px;
	heigth: 20px;
	background-color: white;
	border: solid black 3px;
	border-radius: 3px;
	margin: 3px;
}