#Orangesbutton a  {
   font-style: Normal;
   display: block;
   width: 100%;
   text-decoration: none;
   color: #000000;
}

#Orangesbutton  {
   font: 12px/14px Arial;
   text-align: left;
   position: absolute;
   left: 18px;
   top: 88px;
   z-index: 2;
   width: 52px;
   height: 11px;
}

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #FFFFFF;
}

#Applesbutton a  {
   font-style: Normal;
   display: block;
   width: 100%;
   text-decoration: none;
   color: #000000;
}

#Apples  {
   margin: 0px auto 0px auto;
   width: 300px;
   position: relative;
}

#Applesbutton a:hover  {
   font-style: italic;
}

#Orangesbutton a:hover  {
   font-style: italic;
}

#redcircle  {
   position: absolute;
   left: 168px;
   top: 68px;
   z-index: 1;
   width: 99px;
   height: 96px;
   background:  url("Applesmedia/redcircle.gif") no-repeat;
}

#Oranges  {
   margin: 0px auto 0px auto;
   width: 300px;
   position: relative;
}

#Applesbutton  {
   font: 12px/14px Arial;
   text-align: left;
   position: absolute;
   left: 17px;
   top: 57px;
   z-index: 3;
   width: 42px;
   height: 11px;
}

#orangecircle  {
   position: absolute;
   left: 120px;
   top: 34px;
   z-index: 0;
   width: 97px;
   height: 91px;
   background:  url("Orangesmedia/orangecircle.gif") no-repeat;
}


