.example {
	position: absolute;
	width:400px;
	height:300px;
	to p: 100px;
	le ft: 100px;
	fon t-weight: 900;
	colo r: #FFF;
	margi n-top: -1px;
	mar gin -left: -1px;
}
.example div.rotate{
	position:absolute;
	width:277px;
	height:324px;
    left: 0px;
    top: 0px;
	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', M11=0.7660444431189777, M12=-0.6427876096865394, M21=0.6427876096865398, M22=0.7660444431189779);
}











































