body {
  margin: 0 0 20px 0;
}

#wrapper {
  background-color: #ffffff;
  position: relative;
  top: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

#main {
  background-color: #ECECEC;
  position: relative;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 570px;
  height: 325px;
  border-top: 2px solid #FF3888;
  padding:15px;
  text-align: center;
}


#main2 {
  background-color: #ECECEC;
  position: relative;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 570px;
  border-top: 2px solid #FF3888;
  padding:15px;
  color: #000;
  font-family: "Verdana", sans-serif;
  font-size: 10px;
}


#img1 {
  position: absolute;
  top: 60px;
  left: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #FF3888;
}


#img2 {
  position: absolute;
  top: 60px;
  left: 215px;
  border-width: 1px;
  border-style: solid;
  border-color: #FF3888;
}

#img3 {
  position: absolute;
  top: 60px;
  right: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #FF3888;
}

#img1 a span {display: none;}

#img1 a:hover span {display: block;
   position: absolute; top: 210px; left: 0; width: 167px;
   color: #000;
   font: 10px Verdana, sans-serif; text-align: center;
}


#img2 a span {display: none;}

#img2 a:hover span {display: block;
   position: absolute; top: 210px; width: 167px;
   color: #000;
   font: 10px Verdana, sans-serif; 
   text-align: center; 
   text-decoration:none;
}
 
#img3 a span {display: none;}

#img3 a:hover span {display: block;
   position: absolute; top: 210px;width: 167px;
   color: #000;
   font: 10px Verdana, sans-serif; text-align: center;
}
 
a img {filter: alpha(opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  -moz-opacity: 0.40; opacity:0.4;
}

a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover img { filter: alpha(opacity=100);filter:
  progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1.00; opacity:1;
}

#main2 a {font-weight: bold; color: #FF3888; text-decoration:underline;}
#main2 a:visited {font-weight: bold; color: #FF3888; text-decoration:underline;}
#main2 a:hover {font-weight: bold; color: #C50F58; text-decoration:none;}

#footer {
  position: absolute;
  bottom: 20px;
  width: 570px;
  font-size: 10px;
  line-height: normal;
  font-family: Verdana,"Arial";
  color: #FF3888;
  text-align: center;
}

h1 {
  font:
    normal
    normal
    bolder
    12pt/
    12pt
    Verdana,"Arial";
    color: #FF89B8;
}

h3 {
  font:
    normal
    normal
    bold
    10pt/
    10pt
    Verdana,"Arial";
    color: #888888;
}

#sideimg {
  float: left;
  width: 220px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #cccccc; 
  border-width: 1px;
  border-style: solid;
  border-color: #FF3888;
  text-align:center;
}

img {
  border: 0;
}