body {
	background-image: url(images/pattern_fish-blue.jpg);
	background-repeat: repeat-x;
	background-color: #828AC9;
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
}
#game {
	height: 450px;
	width: 765px;
	float: left;
	text-align: center;
	
}

.header {
	font-size:16px;
	font-weight: 700;
}
img#right_shadow {
	float: left;
}

img {
	border: 0px;
}

#wrapper {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 776px;
	height: 116px;
	text-align: center;
	clear: both;
}
img#left_shadow {
	float: left;
}
div#left_shadow {
	float: left;
	width: 5px;
	height: 450px;
}
div#right_shadow {
	float: left;
	width: 5px;
	height: 450px;
}
#alternate_content {
	width: 600px;
	text-align: center;
}

