.example11 {
	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;
}
.example11 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.90630778703665, M12=-0.4226182617407, M21=0.4226182617407, M22=0.90630778703665);


}