div#links
{
	position: absolute; 
	top: 306px; 	/* remember to add 54 */
	left: 565px; 	/* remember to add 20 */
	width: 272px; 
	height: 298px;
}

div#links a:hover span 
{
	width:		256px; 	/* d#links width - 16 */
	height: 	193px;	/* d#links height - 65 */
}

div#links h1 
{
	color:		#cc6;
}

div#links a:hover h1 
{
	color:		#036; 
}

div#links h2 
{
	color:		#fff;
}

div#links b 
{
	color:		#036; 
}
