#rotatedContentWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	 overflow: hidden;
}

.rotatedContent {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	display: block;
	opacity: 0;
	z-Index: 0;
}
