@charset "utf-8";
/* CSS Document */
html
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image:url(images/celtic-background-1.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}
iframe
{
	border-style:none;
	border-width:0px;
}
#content p
{
	line-height:1.8em;
	letter-spacing:0.1em;
}
#background
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#scroller
{
	position: absolute;
	width: 100%;
	height: 88%;
	top: 23px;
	left: 0;
	overflow: auto;
	z-index: 2;
}
#content
{
	margin-top:10px;
	margin-right:75px;
	margin-bottom:20px;
	margin-left:250px;
	background-image:url(images/paper-6.gif);
	background-repeat:repeat;
	padding:15px;
	background-color:#000000;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
#content2
{
	margin-top:10px;
	margin-right:75px;
	margin-bottom:20px;
	margin-left:250px;
	background-image:url(images/paper-6.gif);
	background-repeat:repeat;
	padding:15px;
}
#fixed
{
	position:absolute;
	top:40px;
	left:65px;
	width:175px;
	height:231px;
	z-index:10;
	color:#567;
	background-image:url(images/small-scroll.png);
	background-repeat:no-repeat;
	text-align:left;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:15px;
}
#fixed li
{
	list-style-type:none;
	margin-left:-35px;
}
#fixed a
{
	color:#567;
	text-decoration:none;
	font-weight:bold;
}
#fixed a:hover
{
	color:#567;
	text-decoration:underline;
	font-weight:bold;
}
#fairies
{
	width:175px;
	height:229px;
	background-image:url(images/us-as-fairies.png);
	background-repeat:no-repeat;
	left:50px;
	bottom:30px;
	position:absolute;
}
