@media screen, projection {
	#designer {
		height: 450px;
		width: 740px;
		overflow: hidden;
		}
}
@media print, handheld {
	#designer {
		display: none;
		}
}
