a.home {
	background-image: url(img/home.png);
	position: absolute;
	height: 24px;
	width: 172px;
    text-indent: -400px;
}
a.home:hover {
	background-image: url(img/home2.png);
}
a.download {
	background-image: url(img/download.png);
	position: absolute;
	height: 24px;
	width: 172px;
    text-indent: -400px;
}

a.download:hover {
	background-image: url(img/download2.png);
}

a.purchase {
	background-image: url(img/purchase.png);
	position: absolute;
	height: 24px;
	width: 172px;
    text-indent: -400px;
}

a.purchase:hover {
	background-image: url(img/purchase2.png);
}
a.screenshots {
	background-image: url(img/screenshots.png);
	position: absolute;
	height: 24px;
	width: 172px;
    text-indent: -400px;
}

a.screenshots:hover {
	background-image: url(img/screenshots2.png);
}
a.features {
	background-image: url(img/features.png);
	position: absolute;
	height: 24px;
	width: 172px;
    text-indent: -400px;
}

a.features:hover {
	background-image: url(img/features2.png);
}
a.about {
	background-image: url(img/about.png);
	position: absolute;
	height: 24px;
	width: 172px;
    text-indent: -400px;
}

a.about:hover {
	background-image: url(img/about2.png);
}
a.contact {
	background-image: url(img/contact.png);
	position: absolute;
	height: 24px;
	width: 172px;
    text-indent: -400px;
}
a.contact:hover {
	background-image: url(img/contact2.png);
}
a.subtext {
    padding-left: 10px;
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 12pt;
}
a.subtext:hover {
    font-style: oblique;
}
a.subtext:visited {
    color: black;
}
div.preload {
	position: absolute;
	top: -400px;
	height: 300px;
	width: 200px;
	overflow: hidden;
    color: black;
}
div.spacer {
	height: 25px;
}
