/*
Styles for World's Fattest Man
*/

body {
	background-color: #b7d0f3;
	font-family: 'Abril Fatface', cursive;
    font-size: 50px;
}

#maingame {
	color: #000000;
	margin-left: 50px;
	margin-top: 50px;
	
}

#you {
	position: absolute;
	top: 150px;
	left: 150px;

}

#buttons {
	position: absolute;
	width: 150px;
	top: 150px;
	left: 400px;

}

#veg_button {
	background:url('images/veg.png');
	width: 130px;
	height: 130px;
	background-repeat: no-repeat;
}

#icecream_button {
	background:url('images/icecream.png');
	width: 130px;
	height: 130px;
	background-repeat: no-repeat;
}

#veg {
	position: absolute;
	left: 450px;
	top: 200px;
	visibility: visible;
}

#ic {
	position: absolute;
	left: 450px;
	top: 330px;
	visibility: visible;
}

#score {
	position: absolute;
	top: 430px;
}

#healthBar {
	position: absolute;
	top: 500px;
	width: 500px;
	background-color: #ddd;
}

#currentHealth {
	width: 100%;
	height: 30px;
	background-color: #40a040;
}

#instructions {
	position: absolute;
	top: 550px;
	width: 700px;
	font-size: 20;
}