body {
   background-color: black;
   text-align: center;
}
p {
   padding: 0px;
   margin: 0px;
}
a:link,a:active,a:visited {
  color : #29639a;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
   border-top: 1px solid #29639a;
   border-bottom: 1px solid #29639a;
   color: #29639a;
   background-color: #cae5ff;
}
.tux {
   width: 256px;
   height: 256px;
   cursor:pointer;
}
#container {
   width: 260px;
   height: 260px;
}
.content {
   width: 175px;
   margin:0px auto 0px auto;
   padding: 5px;
   border: 1px solid #666;
   background-color: #eee;
   -webkit-box-shadow: 3px 3px 5px #888;
   -webkit-border-radius: 10px;
}