

#sunbutton a:hover  {
   background-position: -165px 0%;
}

#sunbutton a  {
   background: url(Images/sunbutton.png) no-repeat 0% 0px;
   display: block;
   height: 136px;
   width: 165px;
   font-size: 136px;
   line-height: 136px;
}

#daybg  {
   background: url(Images/day_bg.png) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 159px;
   z-index: 1;
   width: 800px;
   height: 455px;
}


#springbg  {
   background: url(Images/spring_bg.png) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 159px;
   z-index: 1;
   width: 800px;
   height: 455px;
}

#sunbutton  {
   visibility: visible;
   position: absolute;
   left: 592px;
   top: 13px;
   z-index: 1;
   width: 165px;
   height: 136px;
}


h1 {
   font: 48px/58px Verdana;
   margin: 0px;
   color: #484648;
   letter-spacing: 3px;
   text-align: left;
}

#introtext p  {
   font: 11px/13px Verdana;
   margin: 0px;
   padding-bottom: 10px;
   text-align: left;
   color: #484648;
}

html, body{
   padding: 0px;
   margin: 0px;
   background-color: #FFFFFF;
}
