
/* set the size of the definition list <dl> and add the background image */
#imap 
{
   display:block;
   width:100%;
   height:100%; 
   background:url(home.jpg) no-repeat;
}


/* the hack for IE pre IE6 */
* html #imap a#title 
{
   height:240px;
   height:0;
}

/* place the <dd>s in the correct absolute position */
#imap dd 
{
   position:absolute;
   padding:0;
   margin:0;
}

/* style the <a> links physical size and attributes */
#imap a
{
   display:block;
   width:200px;
   height:50px;
   text-decoration:none;
   font: 15px verdana,sans-serif;
   font-weight: 600;
   color:white;
   text-align: center;
}

/* the <a> hover style */
#imap a:hover 
{
   color:#505050;
}

/* Position of Our Neighborhood */
#imap #pic1 
{
   left:37px;
   top:165px;
}

/* Position of Information for Homeowners */
#imap #pic2 
{
   left:277px;
   top:305px;
}

/* Position of Our Favorite Places */
#imap #pic3 
{
   left:495px;
   top:162px;
}

/* Position of Our Community */
#imap #pic4 
{
   left:433px;
   top:433px;
}

/* Position of Homes for Sale */
#imap #pic5 
{
   left:120px;
   top:535px;
}
