/* corner banner */
#topright { 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	display: block; 
	height: 200px; 
	width: 200px; 
	background: url(/images/homepage/new-website.gif) no-repeat; 
	text-indent: -999em; 
	text-decoration: none;
	z-index: 10;
} 
#topleft { 
	position: absolute; 
	left: 0; 
	top: 0; 
	display: block; 
	height: 200px; 
	width: 200px; 
	background: url(/images/homepage/new-website.gif) no-repeat; 
	text-indent: -999em; 
	text-decoration: none;
	z-index: 10;
} 

