#header, #footer,#print-button,h2,#print-link{
	display:none;
}

html{ height:95%; }
body{
	font-size:62.5%;
	color:#fff;
	background:url(../images/snowstrip.gif) left bottom repeat-x #B42126;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:100%;
}
#print-footer{
	clear:both;
	display:block;
	text-align:right;
	width:85%;
	margin:0 auto;
}
.letter-wrapper{
	padding:0.5em;
	background:#fff;
	color:#000;
	width:85%;
	margin:2em auto;
}
.letter-body{
	border:1px dashed #666;
	padding:2em;
}

p{
	font-size:1.6em;
	margin-bottom:1.5em;
	line-height:1.5em;
}
/*
IMAGE STYLES
---------------------------------------------------------------------------------------------------------------- */
#stamp{
	margin-top:-2em;
	margin-right:-2em;
}
#santa-img{
	clear:both;
	margin-top:5em;
}
.right-image{
	float:right;
	margin-bottom:1em;
	margin-left:1em;
}