@charset "UTF-8";

body {
	background-color: #440000;
	margin: 0px;
	background-image: url(../images/entry_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	height: 300px;
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 125px;
}

#container #tagline {
	padding-left: 450px;
	margin-top: 347px;
	margin-bottom: 40px;
	text-align: center;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 25px;
	color: #CDAA7D;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;
	color: #CDAA7D;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
}

