body {
	background-image: url(../images/fishbowl.jpg);
	background-repeat: no-repeat;
	background-position: center -200px;
	height: 100%;
}
#container {
	background-color:#FAFAFA;
	height: 100%;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 10px;
	line-height: 150%;
}
a:link {
	color: #DB5305;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DB5305;
}
a:hover {
	text-decoration: underline;
	color: #DB5305;
}
a:active {
	text-decoration: none;
	color: #DB5305;
}
