html,
body {
  margin: auto;
  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 {
  margin: 0 auto;
  width: 800px;
  height: 600px;
  background-color: #a10a11;
}
#content2 {
  position: relative;
  top: 0px;
  height: 600px;
  overflow: auto; 
  margin-left: 250px;
}
#content p {
  padding-left: 10px;
  padding-right: 25px;
  color: white;
  text-align: justify;
}
#content a {
  color: green;
}
#content .cr {
  color: #feb453; 
  font-weight: bold; 
  font-size: 1.2em;
  letter-spacing: 2px;
}
#menu {
  position: relative;
  color: #ff0;
  margin-left: 230px; 
  width: 570px;
	text-align: center;
  padding-top: -15px;
}
#menu a {
  color: #ff0; 
  font-weight: bold; 
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 1px;
}
.menub {
  font-size: 1.2em; 
}
#menus {
  position: relative;
  color: #ff0;
  margin-left: 230px; 
  width: 570px;
	text-align: center;
  padding-top: -15px;
}
#menus a {
  color: #ff0; 
  font-weight: bold; 
  text-align: center;
  font-size: .85em;
  letter-spacing: 1px;
}
#dog1 {
  position: relative;
	top: -10px;
	left: 40px;
	width: 200px;
}
#dog2 {
  position: relative;
	left: 25px;
	top: -5px;
	width: 240px;
}
#fish {
  position: relative;
  top: -20px; 
  left: 24px; 
  width: 216px;
  height: 324px;
}
h3 {
  font-size: 1.5em;
  padding-top: 10px;
  margin-left: 10px;
  color: #000; 
	letter-spacing: 5px;  
	text-align: center;
}
#foot {
  margin: 0 auto;
  display: block; 
  width: 798px;; 
  height: 51px; 
  background: #000; 
  color: gray; 
  border: 1px solid black;
  border-top: 2px solid green;
  text-align: right;
  font-size: .8em; 
}
.footm {
  color: green;
  font-size: 2em; 
}
.footms {
  color: green;
  font-size: .8em; 
}
.foots {
  position: relative;
  top: -8px;
  left: 2px;
  color: gray;
  text-align: left;
  font-size: .8em;
}
#foot a {
  color: gray; 
}
.name {
  font-size: 16px;
  font-weight: bold;
  color: green;
  margin-left: 10px;
}
.title {
  font-size: 12px;
  color: gray;
  font-weight: bold;
  margin-left: 10px;
}
