/* CSS Document */

body {
  background-image: url(immagini/sfondo.jpg);
  background-repeat: repeat-x;
  
}

#penguin {
  margin-left: 100px;
  margin-top: 100px;  
}

#logo {
  margin-left: 287px;
  margin-top: -295px;
}

#payoff {
  position: absolute;
  left: 270px;
  top: 97px;
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: bold;
}

#compass   {
  position: absolute;
  left: 360px;
  top: 93px;
  font-size: 16px;
  font-family: "Times new roman", serif;
  font-weight: bold;
}

#menu {
  position: absolute;
  left: 218px;
  top: 117px;
}

ul {
  list-style-type: none;
  font-size: 10px;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-align: right;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #FF9900;
}

a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #FF9900;
}

#content {
  position: absolute;
  left: 360px;
  top: 117px;
  font-size: 10px;
  font-family: arial, sans-serif;
  font-weight: bold;  
  color: #666666;
}

#footer {
  margin-top: 300px;
  border-top: 2px dotted #FF9900;
  padding-left: 5px;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
}


