.example10 {
	position: absolute;
	width:400px;
	height:450px;
      margin-top:-40px; margin-left:-40px;
	to p: 100px;
	le ft: 100px;
	fon t-weight: 900;
	colo r: #FFF;
	margi n-top: -1px;
	mar gin -left: -1px;
}
.example10 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.93969262078591, M12=-0.34202014332567, M21=0.34202014332567, M22=0.93969262078591);


}