body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2C364B;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	background-position: 100%;
	background-attachment: scroll;
}
.cell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #2C364B;
	background-image: url(images/bkgd_lt.gif);
	background-repeat: repeat-x;
	background-position: 100%;
	background-attachment: fixed;
	border: 3px solid #000066;
}
.fish {
	background-attachment: fixed;
	background-image: url(images/fish.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

