
body#1 {
	text-align:center;
	background: FFFFFF;
	background-image: url("http://www.thedragonscave.org/images/backgrounds/parchment.jpg");
	background-attachment: fixed;
	}

div#navbar {
	position: relative
	top: 10px;
	width: 75%;
	height: 50px;
	border: 5px silver solid;
	padding: 3%;
	background: 000000;
	z-index: 1;
	color: FFCC00;
	}

div#background {
	position:relative;
	top: 10px; 
	width:75%; 
	height:620px;
	text-align:left;
	z-index: 1;
	background: 000000;
	border: 5px silver solid;
	padding: 3%;
	}

p {
	font-family: georgia;
	color: FFCC00;
}

p#title {
	font-family: helvetica, arial;
	text-align: center;
	font-style: italic;
	font-size: medium;
	color: FFCC00;
}

p#footer {
	font-family: helvetica, arial;
	text-align: center;
	font-style: italic;
	font-size: smallest;
	color: FFCC00;
}

ul {
	font-family: georgia;
	color: FFCC00;
}

table#navbar {
	text-align: center;
	color: FFCC00;
	}
	
id#border {
	border: 3px white solid;
	}