@charset "UTF-8";
html, body, #app {
	height: 100%;
	background-color: #d9c7a7;
	margin: 0;
	padding: 0;
	text-align: center;
}
#app
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #3F1F00;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 796px;
	background-image: url(images/burlap.jpg);
	background-repeat: repeat-y;
}
a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}

