@charset "utf-8";
/* CSS Document */

#animation {
	height: 480px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
	border: 1px solid #F69;
	background-image: url(intro.jpg);
}
body {
	background-color: #FFCED4;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	color: #660000;
	background-image: url(back.jpg);
}
a {
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}
h5 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7F3637;
	border-bottom-color: #7F3637;
	padding-top: 3px;
	padding-bottom: 3px;
}

