html 
	{
	background-color:#8294a2;
	background-image: url();
	background-repeat: repeat-x;
	background-position: 40% bottom;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: fixed
	}


body 
	{
	margin:0;
	padding:0px; 
	border:0; 
	height:100%;
	overflow-y:auto; 
 	font-family: TimesRoman, serif;
	background-color: transparent;
	z-index: 200;
	}

#bottomspace
{
width:100%;
}
#content
	{
	 margin-left: 212px;
	 margin-top: 80px;
	 margin-right: 90px;
	 margin-bottom: 50px;
	 background-color: #eee;
	 z-index:111;	
 	 font-size: 1em;
 	 line-height: 1.1em;
 	 padding: 20px;
 	 padding-top: 10px;
	 }

#leftcover
	{
 	 font-size: .8em;
 	 line-height: 1em;
 	 margin-bottom: 10px;
	}

#BOOKDIV
	{
	color: #222;
	margin-top: 10px;
	}
#topper 
	{
	position:fixed;  
	display:block; 
	top:0px;
	padding-top: 0px;
	left: 0; 
	width: 100%;
	height:79px; 
	color:#000; 
	z-index:20;
	border: 0px;
	background-color:#8294A2;
	font-size: 1em;
	min-width: 600px;
	}

#logo
	{margin-top:35px;
	 float: left;
	 width: 200px;}

#menu2
	{
 	 display: none;
 	 z-index:21;
	 padding-top: 15px;
	 margin-left: 200px;
	 margin-top: -10px;
	 }

#authorname
	{
	margin-left: 30px;
	}
#description
	{
	margin-left: 30px;
	}


#footer,#frontgrass,#windmill { 
  position: fixed;
  display: block;
  overflow:hidden; 
  bottom: 0;
  right: 0;
  left: 0px;
  height: 100px;
  z-index: 100;
  width: 100%;
  text-align: center;
  background-image: url(images/bg.jpg);
  background-position: 40% bottom;
}

#footer
{
  background-position: center bottom;
}
#videoscreen
{
z-index:400;
margin-left:250px;
margin-right:20px;
margin-top:-70px;
}

#frontgrass {
	background-image: url(images/grass.png);
	background-position: 330% bottom;
	height: 223px;
    z-index: 120;
    margin-bottom:-50px;
}

#windmill {
	background-image: url(images/windmillspin.gif);
	background-position: right top;
	height: 290px;
    z-index: 102;
    background-repeat: no-repeat;
}

#bottomshadow {
  position: fixed;
  display: block;
  overflow:hidden; 
  bottom: 0;
  right: 90px;
  left: 212px;
  height: 100px;
  z-index: 100;
  text-align: center;
  background-position: 40% bottom;
	background-image: url(images/winbottom3.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 102px;
    z-index: 100;
}

#bottomshadow2 {
	display:none;
}

#testht
{
border: 1px solid black;
min-height: 500px;
}

#menu 
	{
	display:block; 
	top:80px; left:1px; 
	background-color: transparent;
	width:190px; 
	border: 1px solid black;
	z-index:140;
	position:fixed; 
	border: 0px;
	padding-left: 30px;
	text-align:left; 
	line-height: 1.2em; 
	}


.menuanchor, .menuanchor img
	{
	border: 0px;
	}
	



.coverimg
	{
	border-bottom: 3px solid #dde;
	}