#linkFacebookHotspot, #linkNhArtHotspot, #linkBlogHotspot, #linkLinkedInHotspot, #linkZazzleHotspot, #linkFlickrHotspot,
#linkBioHotspot, #linkServicesHotspot, #linkEcoArtHotspot, #linkLinksHotspot, #linkDonationHotspot
{
	position: absolute;
	display: block;
}

#linkBlogHotspot
{
	width: 85px;
	height: 80px;
	left: 40px;
	top: 216px;
	z-index: 1;
}

#linkBlogHotspot:hover
{
	background-image: url('../image/button_blog_rollover.png');
}

#linkNhArtHotspot
{
    width: 96px;
    height: 65px;
    left: 19px;
    top: 279px;
    z-index: 1;
}

#linkNhArtHotspot:hover
{
    background-image: url('../image/button_nhart_rollover.png');
}

#linkFacebookHotspot
{
	width: 93px;
	height: 42px;
	left: 15px;
	top: 355px;
}

#linkFacebookHotspot:hover
{
	background-image: url('../image/button_facebook_rollover.png');
}

#linkLinkedInHotspot
{
    width: 94px;
    height: 56px;
    left: 29px;
    top: 414px;
    z-index: 1;
}

#linkLinkedInHotspot:hover
{
    background-image: url('../image/button_linkedin_rollover.png');
}

#linkZazzleHotspot
{
    width: 86px;
    height: 77px;
    left: 50px;
    top: 448px;
    z-index: 2;
}

#linkZazzleHotspot:hover
{
    background-image: url('../image/button_zazzle_rollover.png');
}

#linkFlickrHotspot
{
    top: 499px;
    left: 86px;
    width: 71px;
    height: 75px;
    z-index: 3;
}

#linkFlickrHotspot:hover
{
    background-image: url('../image/button_flickr_rollover.png');
}

#linkBioHotspot
{
    width: 72px;
    height: 77px;
    left: 839px;
    top: 206px;
}

#linkBioHotspot:hover, #linkBioHotspot.active
{
    background-image: url('../image/button_bio_rollover.png');
}

#linkServicesHotspot
{
    width: 88px;
    height: 70px;
    left: 856px;
    top: 261px;
}

#linkServicesHotspot:hover, #linkServicesHotspot.active
{
    background-image: url('../image/button_services_rollover.png');
}

#linkEcoArtHotspot
{
    width: 102px;
    height: 48px;
    left: 862px;
    top: 331px;
}

#linkEcoArtHotspot:hover, #linkEcoArtHotspot.active
{
    background-image: url('../image/button_ecoart_rollover.png');
}

#linkLinksHotspot
{
    width: 95px;
    height: 61px;
    left: 877px;
    top: 398px;
}

#linkLinksHotspot:hover, #linkLinksHotspot.active
{
    background-image: url('../image/button_links_rollover.png');
}

#linkDonationHotspot
{
    width: 92px;
    height: 81px;
    left: 862px;
    top: 457px;
}

#linkDonationHotspot:hover, #linkDonationHotspot.active
{
    background-image: url('../image/button_donate_rollover.png');
}

/* BEGIN: Center Menu Rollovers */
#linkHomeHotspot, #linkPaintingHotspot, #linkDrawingHotspot,
#linkGraphicHotspot, #linkResumeHotspot, #linkContactHotspot
{
    position: absolute;
    display: block;
}


#linkHomeHotspot
{
    width: 76px;
    height: 42px;
    top: 1px;
    left: 1px;
}

#linkHomeHotspot:hover, #linkHomeHotspot.active
{
    background-image: url('../image/button_home_rollover.png');
}

#linkPaintingHotspot
{
    width: 98px;
    height: 42px;
    top: 2px;
    left: 65px;
}

#linkPaintingHotspot:hover, #linkPaintingHotspot.active
{
    background-image: url('../image/button_painting_rollover.png');
}

#linkDrawingHotspot
{
    width: 101px;
    height: 40px;
    top: 2px;
    left: 154px;
}

#linkDrawingHotspot:hover, #linkDrawingHotspot.active
{
    background-image: url('../image/button_drawing_rollover.png');
}


#linkGraphicHotspot
{
    width: 161px;
    height: 45px;
    left: 245px;
    top: 0px;
}

#linkGraphicHotspot:hover, #linkGraphicHotspot.active
{
    background-image: url('../image/button_graphic_rollover.png');
}

#linkResumeHotspot
{
    width: 98px;
    height: 42px;
    left: 394px;
    top: 1px;
}

#linkResumeHotspot:hover, #linkResumeHotspot.active
{
    background-image: url('../image/button_resume_rollover.png');
}

#linkContactHotspot
{
    width: 94px;
    height: 40px;
    left: 481px;
    top: 2px;
}

#linkContactHotspot:hover, #linkContactHotspot.active
{
    background-image: url('../image/button_contact_rollover.png');
}