.wrap{
max-width: 100%;
}

.type-wrap{
	margin:10px auto;
	padding:30px;
	background:#111;
	font-size: 4em;
	line-height: 1em;
    word-wrap: break-word;
	-webkit-transform:rotate(-180deg); 
	-moz-transform:rotate(-180deg); 
	-o-transform:rotate(-180deg); 
	transform:rotate(-180deg); 
	ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; 
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.links{
	margin:20px 0;
	text-align: center;
}

