html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent}body{ line-height:1}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}nav ul{ list-style:none}blockquote,q{ quotes:none}blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none}a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent}ins{ background-color:#ff9; color:#000; text-decoration:none}mark{ background-color:#ff9; color:#000; font-style:italic; font-weight:bold}del{ text-decoration:line-through}abbr[title],dfn[title]{ border-bottom:1px dotted #000; cursor:help}table{ border-collapse:collapse; border-spacing:0}hr{ display:block; height:1px; border:0;  border-top:1px solid #ccc; margin:1em 0; padding:0}input,select{ vertical-align:middle}

body {
	background: #FFFC7F;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	color: #606060;
	padding-top: 40px;
	line-height: 20px;
}

a{
	color: #202020;
	text-decoration: none;
	padding-bottom: 2px;
}

a:hover{
	color: #202020;
	border-bottom: 1px solid;
}

h1 {
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2{
	font-size: 20px;
	margin: 40px 0 20px 0;
	text-transform: uppercase;
}

em{
	display: block;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 20px;
}

.clear{
	clear: both;
}

.amp{
	font-family: Baskerville, Georgia;
	font-size: 20px;
}
div#wrapper {
	background: url("../images/letter-bg.png") no-repeat;
	width: 520px;
	height: 976px;
	margin: 0 auto;
	padding: 60px 110px 0 110px;
}

div#header{
	height: 120px;
}

div#logo {
	width: 120px;
	float: left;
}

div#date {
	float: right;
	padding: 28px 0 0 0;
}

div#text{
	width: 500px;
	margin: 0 auto;
	background: url("../images/line.png");
}