body {
   background: -webkit-gradient(linear, left top, left bottom, from(#71982e), to(#154307)) fixed;
   background: -moz-linear-gradient(top, #71982e, #154307) fixed;
}

#tuxcontainer {
   width:800px;
   text-align: left;
   border: 0;
   padding: 0px 0px 0px 0px;
   margin: 10px 10px 10px 10px;
}

#tux {
z-index:2; 
background: url(/images/tux.png); 
background-repeat:no-repeat;
background-position:right top;
position: absolute; 
height: 256px; 
width: 456px;
margin-left:-200px;
margin-top:-210px;
-webkit-transition: all 1s linear;
  opacity: 0;
}

#tux:hover {
  opacity: 1;
  margin-left:-300px;
}





#weathercontainer {
  z-index:-2;
}