body 
{
	margin: 0px;
}


/* Defines the position and dimensions of the leafContainer div */
#leafContainer
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 650px;
	overflow: hidden;
}


/* Defines the appearance, position, and dimensions of the message div */
#message
{
	position: relative;
	width: 100	0px;
	margin:  auto 0px auto;
	text-align: center;
	padding: 6px 10px;
}


/* Sets the color of the "Dino's Gardening Service" message */
em
{
	color: #660000;
}


/* This CSS rule only applies to img elements in the leafContainer div. It 
   sets the position and dimensions of each leaf in the leafContainer.
*/
#leafContainer > img 
{
	position: absolute;
	width: 150px;
	height: 150px;
}