@charset "utf-8";
/* CSS Document */

.clipimage {
	display: block;	
	width:189px;height:137px;
	background-image: url(../images/promo-frame.gif);
	background-position:top center;
	background-repeat:no-repeat
}


span.image  {
	clip: rect(6px 183px 122px 6px);
	font-size: 0;
	position: absolute;
}

