

.example4 {
	position: absolute;
	width:400px;
	height:300px;
     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;
}
.example4 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.96592582628907, M12=0.25881904510252, M21=0.25881904510252, M22=0.96592582628907);


}