body{
	background-color : #e5e5e5;
	
}

div{
	font-family : trebuchet MS;
	font-size: 11px;
	border: 1px dotted #000;
	margin: 20px;
	padding: 3px;
}

#rotate-ie{
	writing-mode: tb-rl;
	filter: flipv fliph;
}

#rotate-w3c{
	/* nem no CSS3 eu achei algo... */
}