@charset "utf-8";
/* CSS Document */

body {
	background:url(images/header-bg.jpg) center top no-repeat;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#container {
	width:825px;
	margin:0 auto;
}

#letter-content {
	margin: 165px 0 0 0;
	width: 820px;
}

#continue {
	float:right;
}

#footer {
	background:url(images/bottom-bg.jpg) center bottom no-repeat;
	/*margin: 30px 0 0 0;*/
	height: 223px;
	margin:0 auto;
}

a {
	color: #981b1e;
}