html, body {
	background-image: url('../Images/MedievalMarketplace.jpg');
	background-repeat: repeat-y;
	background-color: #000000;
	width: 100%;
	height: 100%;
	overflow:auto;
	margin: 0;
	padding: 0;
	color: #FFFF99;
	font-size: 18px;
	font-weight: normal;}
a:link {
	color: #FFCC33;
	text-decoration: underline;}
p {}
#background{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;}
#header {
	position:absolute;
	text-align: center;
	top: 120px;
	left: 220px;
	width: 500px;
	font-size: 16px;
	color: #FFff99;
	font-weight: normal;
	z-index: 4;}
#FrogJS{
	position:absolute;
	top: 0px;
	width: 660px;
	height: 400px;
	margin: 0 auto;
}
#FrogJSCredit{
	text-align: right;
	font-size: 18px;
	color: #999;
	padding: 1px;
}
#FrogJSCaption{
	text-align: left;
	line-height: 100%;
}
#book { 
	background-image: url(../Images/MedievalMenu1.gif);
	background-repeat:no-repeat;
	position: absolute; 
	height: 664px;
	width: 124px;
	top: 160px; 
	left: 3px;
	z-index: 7;}
#menu a {
   position: absolute;
   height: 52px;
   width: 124px;
   top: 0px; 
   text-decoration: none;}
#menu a i { visibility: hidden; }

a#gatehouse, a#blog, a#daraschamber, a#thelibrary, a#tavern, a#fanspeak, a#guestbooks, a#greathall, a#thelookingglass, a#stables, a#granary, a#marketplace, a#castlemap {left:3px;}
a#gatehouse {top:0px;}
a#blog {top:52px;}
a#daraschamber {top:102px;}
a#thelibrary {top:153px;}
a#tavern {top:203px;}
a#fanspeak {top:252px;}
a#guestbooks {top:302px;}
a#greathall {top:350px;}
a#thelookingglass {top:400px;}
a#stables {top:450px;}
a#granary {top:500px;}
a#marketplace {top:550px;}
a#castlemap {top:600px;}


a#gatehouse:hover,
a#blog:hover,
a#daraschamber:hover,
a#thelibrary:hover,
a#tavern:hover,
a#fanspeak:hover,
a#guestbooks:hover,
a#greathall:hover,
a#thelookingglass:hover,
a#stables:hover,
a#granary:hover,
a#marketplace:hover,
a#castlemap:hover { border: none; background:transparent;}

#faqs {
    position: absolute;
    background-color: #000;
    opacity: .85;
	-moz-border-radius: 1px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	font-size: 17px;
	text-shadow: 2px 2px 2px #000;
	padding: 1px;
	left: 720px;
	width: 160px;
	top: 180px;
	z-index: 9;}
	
#mainparagraph {
	position:absolute;
	left: 180px;
	width: 600px;
	top: 230px;
	z-index: 3;}
p.copyright{ 
	text-align: center;
	font-weight: bold;
	color: #FFFF99;} 
p.copyright::before { 
	position:absolute;	
	content: "Copyright @2000-2009, DaraJoy. All rights reserved. This site is wholly owned by Dara Joy. Nothing may be copied, used, or reproduced without the written permission of Dara Joy."; } 


