body {
	background : #cec1a6;
	font-family : georgia, times new roman, serif;
	color : #771417;
}
body, h1, h2, h3 {
	padding : 0;
	margin : 0;
}
#header {
	width : 900px;
	background : url('background.jpg') no-repeat top left;
	margin : auto;
	height : 374px;
}
#main {
	width : 880px;
	background : url('bg-text.jpg') repeat-y;
	margin : auto;
	padding : 20px 10px;
	min-height : 350px;
	-height : 350px;
	border-bottom : 3px solid #771417;
	text-align : center;
}
a {
	color : #771417;
}
a:hover {
	text-decoration : none;
}