
.example9 {
	position: absolute;
	width:400px;
	height:450px;
     margin-top:-20px; margin-left:-20px;
	to p: 100px;
	le ft: 100px;
	fon t-weight: 900;
	colo r: #FFF;
	margi n-top: -1px;
	mar gin -left: -1px;
}
.example9 div.rotate{
	position:absolute;
	width:277px;
	height:324px;
	padd ing: 20px 18px 78px 22px;
	-o-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg); 
	transform: rotate(40deg);
	filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',FilterType='bilinear', M11=-0.64278760968654, M12=0.76604444311898, M21=0.76604444311898, M22=0.64278760968654);


}