@charset "UTF-8";
/* CSS Document */

body { background: #f4f3e4; font: 14px/18px 'Courier New', 'Courier', 'Lucida Sans'; }

#letter { background: #FFF; padding: 20px 50px; width: 60%; max-width: 900px; margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	margin-top: 100px;
}

#letter #image {
	width: 100%;
	text-align: right;
}