body {
	background-image: url(http://penguins.mr-gibs.com/images/penguin-page-bg-tall.jpg);
	background-repeat: no-repeat;
	background-position: 0px 79px;
}

div#logo {
  position:absolute;
  top: 4;
  left: 4;
}

div#content {
  position:absolute;
  z-index:40;
  top: 83px;
  left: 10em;
}

div#menu {
  position:absolute;
  z-index: 10;
  left: 0px;
  top: 79px;
  width: 11em;
  margin: 0;
  padding: 0 4px 4px 4px;
  border-bottom: 2px solid #A1C3F7;
  border-right: 2px solid #A1C3F7;
  font-size: smaller;
  background: white;
}

body,font,td,p,a,li { 
  color: black; 
}

h1,h2,h3,h4,h5,h6 {
  background: #082A51;
  color: white;
  width: 100%
}

td,th,h1,h2,h3,h4,h5,h6 {
  padding: .25em .5em;
  margin: 0 0 4px 0;
}

A:link  { 
  color: #0f4b90;
}
A:visited { 
  color: #0f4b90;
}
A:hover {
  color: #136aed;
}
A:active {
  color: #136aed;
}

th A:link  { 
  color: #A1C3F7;
}
th A:visited { 
  color: #A1C3F7;
}
th A:hover { 
  color: #d2e6fb; 
}
th A:active {
  color: #A1C3F7;
}

div#menu A:link  { 
  color: #A1C3F7;
}
div#menu A:visited { 
  color: #A1C3F7;
}
div#menu A:hover { 
  color: #d2e6fb; 
}
div#menu A:active {
  color: #A1C3F7;
}


