headerImg {
display:none;
}
.headerText {
	color: Black;
	z-index: 800;
	position: absolute;
	left: 35px;
	top: 770px;
}

#swap01 {
	background-image: url(images/home02.gif);    /* rollover state */
	width: 138px;                    /* image width */
	height: 22px;                   /* image height */
}
#swap02 {
	background-image: url(images/how02.gif);    /* rollover state */
	width: 138px;                    /* image width */
	height: 22px;                   /* image height */
}
#swap03 {
	background-image: url(images/testimonials02.gif);    /* rollover state */
	width: 138px;                    /* image width */
	height: 22px;                   /* image height */
}
#swap04 {
	background-image: url(images/faq02.gif);    /* rollover state */
	width: 138px;                    /* image width */
	height: 22px;                   /* image height */
}
#swap05 {
	background-image: url(images/signup02.gif);    /* rollover state */
	width: 138px;                    /* image width */
	height: 22px;                   /* image height */
}

#swap06 {
	background-image: url(images/myaccount02.gif);    /* rollover state */
	width: 138px;                    /* image width */
	height: 22px;                   /* image height */
}

#swap07 {
	background-image: url(images/tell02.gif);    /* rollover state */
	width: 138px;                    /* image width */
	height: 22px;                   /* image height */
}

#swap08 {
	background-image: url(images/contactus02.gif);    /* rollover state */
	width: 138px;                    /* image width */
	height: 22px;                   /* image height */
}
#swap09 {
	background-image: url(images/blog02.gif);    /* rollover state */
	width: 138px;                    /* image width */
	height: 22px;                   /* image height */
}

/* Application: Common Code */

.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */

a {
	color: 754087;
	text-decoration: none;
	border: none;
}

#imagebutton
{
	text-decoration: none;
	border: 0px none;
	color: White;
}

.backgroundImage
{
	 
	
	top: 60px;
	z-index: -30;
	position: absolute;
}

.main
{
	top: 60px;
	z-index: 1;
	position: absolute;
	border-style: double;
	border-width: thin;
	border-color:Fuchsia;
 
}

#giftText
{
	
	color: #fbf9ed;
	
}