#corner {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(images/corner_sm.png) no-repeat;
	z-index: 100;
	overflow: hidden;
}
		
#corner-text {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 250px;
	height: 250px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
}

#cacheMe {
	display: none;
}