/* CSS Document */

body {
	background-color: #5E0205;
	
}
#container {
	background-image: url(images/index_ver2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 800px;
	width: 1280px;
	position: relative;
}
#content {
	font-family: "Arial Narrow", "Book Antiqua", "Copperplate Gothic Light";
	font-size: 16px;
	color: #FFF0B5;
	display: block;
	height: 96px;
	width: 243px;
	position: absolute;
	left: 755px;
	top: 471px;
	font-style: italic;
	text-align: justify;
}
#links {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFAD54;
	display: block;
	height: 27px;
	width: 248px;
	position: absolute;
	left: 246px;
	top: 412px;
}
#links a:link {
	color: #FFAD54;
	text-decoration: none;
}

#links a:visited {
	color: #FFAD54;
	text-decoration: none;
}

#links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

