html, body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}

body
{
	color: #d7ba7d;
	font-family: Calibri, "Lucida Grande", sans-serif;
}

#Pond
{
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 400px;
	overflow: hidden;
	background-color: #6b92ff;
}

#Instructions
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #dddd00;
}

#SvgOuterElement
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.FishFood
{
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 0;
	background-image: url('FishFood.png');
}

button
{
	position: absolute;
	left: 10px;
	top: 357px;
	z-index: 1000;
	color: #fff;
	background-color: #3276b1;
	border: 1px solid #285e8e;
	border-radius: 4px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 26px;
	cursor: pointer;
}
