.frontpagepix {
   position: absolute; 
   top: 0; 
   left: 0; 
   border: 1px solid rgb(0,0,153); 
   padding: 1px;
   display: none;
   -moz-opacity:0.0; 
   filter:alpha(opacity=0);
}

a.mm {
	display: block;
    width: 95px;
	height: 95px;
	background-image: url(images/mm.png);
	background-repeat: no-repeat;
}

a.mm:hover {
	background-image: url(images/mm_hover.png);
}

a.solar {
	display: block;
    width: 95px;
	height: 95px;
	background-image: url(images/solar.png);
	background-repeat: no-repeat;
}

a.solar:hover {
	background-image: url(images/solar_hover.png);
}

a.star {
	display: block;
    width: 95px;
	height: 95px;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
}

a.star:hover {
	background-image: url(images/star_hover.png);
}

a.earth {
	display: block;
    width: 95px;
	height: 95px;
	background-image: url(images/earth.png);
	background-repeat: no-repeat;
}

a.earth:hover {
	background-image: url(images/earth_hover.png);
}

a.scitech {
	display: block;
    width: 95px;
	height: 95px;
	background-image: url(images/scitech.png);
	background-repeat: no-repeat;
}

a.scitech:hover {
	background-image: url(images/scitech_hover.png);
}

a.other {
	display: block;
    width: 95px;
	height: 95px;
	background-image: url(images/other.png);
	background-repeat: no-repeat;
}

a.other:hover {
	background-image: url(images/other_hover.png);
}

