﻿/* CSS layout */
#masthead {
	background-image: url('images/back.jpg');
	background-attachment: fixed;
	margin: 0px;
	margin-bottom: 0px;
}
#top_nav {
}
#page_content {
	border-color: #808000;
	border: #800000;
	color: #FF0000;
	font-size: 100px;
	font-family: "Javanese Text";
	font-weight: 500;
	font-style: normal;
	vertical-align: bottom;
	margin-left: auto;
	text-align: center;
	background-color: #DEB887;
	outline-color: #0000FF;
}
#footer {
}