body {
background-color: #989898;
}

#universethumb{
float: left;
}

#worldthumb{
float: right;
}

#linkcontainer{
position:absolute;
left: 260px;;
top: 100px;
width:280px;
}

a img{
border:none;
opacity: 0.5;
filter: alpha(opacity=50);

}

a:hover img{
opacity: 1.0;
filter: alpha(opacity=100);

}

#highlightText{
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}