body,html
{
	margin: 0;
	padding: 0;     
}

body
{
	font-family: "papyrus","verdana","lucida grande","trebuchet ms";
	background: #fff;
}

img { border:0; }

a { color: #999; text-decoration: none; }
a:hover { font-weight: bold; }
.a_txt { cursor: pointer; }

#header_content
{
	width: 698px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 41px;
	z-index: 11;
}
body>div#header_content
{
	position:fixed;
}

.content
{
	color: #000;
	width: 680px;
	height: 100%;
	position: relative;
	top: 200px;
	left: 50px;
	background: #d5c08c url("/img/fade-blue2tan.png") top left repeat-x;
}
.content a { color: #000; text-decoration: none; }

#fish_tank
{
	font-size: 0.8em;
	color: #999;
	width: 680px;
	height: 1024px;
	position: relative;
	background: #000;
	text-align: center;
}
#fish_tank a { color: #999; text-decoration: none; }

#side_tab
{
	color: #000;
	width: 73px;
	height: 30px;
	position: absolute;
	top: 210px;
	left: 36px;
	background: url("/img/side_tab.png") top left repeat-x;
	z-index: 10;
}
body>div#side_tab
{
	position:fixed;
}

#left_rope
{
	width: 10px;
	height: 2000px;
	top: 200px;
	left: 41px;
	position: absolute;
	background: url("/img/rope.png") top left repeat-y;	
	z-index: 5;
}
body>div#left_rope
{
	position:fixed;
}

#right_rope
{
	width: 10px;
	height: 2000px;
	top: 200px;
	left: 729px;
	position: absolute;
	background: url("/img/rope.png") top left repeat-y;	
	z-index: 5;
}
body>div#right_rope
{
	position:fixed;
}

.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 11;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}