@CHARSET "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	background: #37171c url('../images/background.jpg') no-repeat top center;
}

#container {
	position: relative;
	width: 980px;
	height: 625px;
	margin: 0 auto 0 auto;
}

#container p {
	font-family: "Trebuchet MS";
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	color: white;
	width: 635px;
	margin-left: 345px;
	margin-bottom: 20px;
}
	#container p.first {
		margin-top: 65px;
	}	
	#container p strong {
		color: #37171c;
	}	
	#container p.highlight {
		color: #37171c;
		font-size: 18px;
		font-weight: bold;
	}
	#container p.info {
		font-size: 18px;
		font-weight: bold;
	}
		#container p.info a {
			color: #37171c;
			font-weight: bold;
			text-decoration: none;
			border-bottom: 1px solid #b27625;
		}
		#container p.info a:hover {
			color: #fff;
			border-bottom: 1px solid #fff;
		}

#copyright {
	font-family: "Trebuchet MS";
	color: white;
	position: absolute;
	left: 345px;
	bottom: 60px;
	font-size: 10px;
}

#logo {
	position: absolute;
	right: 0px;
	bottom: 60px; 
	border: none;
}
	#logo a {
		border: 0px;
	}
