html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: dimgray;
  font-family: "trebuchet ms", helvetica, sans-serif; 
}
#top {
  position: relative;
  margin: 20px auto auto auto;
  top: 0; 
  display: block; 
  width: 800px; 
  height: 50px; 
  background: #000;
  border-bottom: 2px solid #feb453;
}
#content {
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 600px;
  background-color: #a10a11;  
}
#content2 {
  position: relative;
  top: 0px;
  height: 600px;
  overflow: auto; 
  margin-left: 160px;
  left: 0px;
  width: 480px;
}
#content p {
  padding-left: 10px;
  padding-right: 25px;
  color: white;
  text-align: justify;
}
#content p .cr {
  color: #feb453; 
  font-weight: bold; 
  font-size: 1.2em;
  letter-spacing: 2px;
}
#menu {
  position: relative;
  color: #ff0;
  margin-left: 230px; 
  width: 570px;
  t/ext-align: center;
  padding-top: 13px;
}
#menu a {
  color: #ff0; 
  font-weight: bold; 
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 1px;
}
.menub {
  font-size: 1.2em; 
}
.menus {
  font-size: .85em;
}
#content p a {
  color: #feb453; 
  font-weight: bold; 
  text-align: center;
  font-size: .9em;
  letter-spacing: 1px;
}
h3 {
  font-size: 1.5em;
  padding-top: 10px;
  margin-left: 10px;
  color: #000; 
	letter-spacing: 5px;  
}
#fish {
  position: relative;
  float: left;
  top: -30px; 
  left: 24px; 
  width: 216px;
  height: 324px;
}
#foot {
  position: relative;
  margin: 0 auto;
  display: block; 
  width: 800px;; 
  height: 31px;
	padding-top: 10px; 
  background: #000; 
  color: #ff0; 
  border-top: 2px solid #feb453;
  text-align: center;
  font-size: .8em; 
  letter-spacing: 2px;
}
#foot a {
  color: #ff0; 
}
.footc, 
.footc a {
  text-align: center; 
	color: darkgray; 
	font-size: .6em; 
	padding-top: 10px;
  text-decoration: none;
}

