#container
{
	  height:80%;
    width:95%;
    left:5%;
    position:absolute;
    color:LightBlue;
}
#bottomcontainer
{
	  height:10%;
    width:95%;
    left:0%;
    top:75%;
    position:relative;
    color:Blue;
}
table
{
position:realtive;
border:0px solid #99ffcc;
bordercolor:#99ffcc;
width:100%;
height:100%;
}
td
{
	border:0px solid #99ffcc;
	bordercolor:#99ffcc;
}
#bottomtable
{
	position:realtive;
	border:0px solid #99ffcc;
	bordercolor:#99ffcc;
	width:100%;
	height:40%;

}
#toprow
{
	position:relative;
  width:100%;
  height:10%;	
  background:#99ffcc;
}
#middlerow
{
	position:relative;
  width:100%;
  height:80%;	
  background:#99ffcc;
}
#botttomrow
{
	position:relative;
  width:100%;
  height:100%;	
  background:#99ffcc;
}
#image
{    
    position:absolute;
    width:10%;
    height:10%;
    left:0%;
    top:0%;
    background:#99ffcc;
}
#imagesides
{    
    position:relative;
    width:100%;
    height:100%;
    left:0%;
    top:0%;
    background:#99ffcc;
}
#imageright
{    
    position:relative;
    width:100%;
    height:100%;
    left:0%;
    top:0%;
    background:#99ffcc;
}
#image2
{    
    position:relative;
    width:100%;
    height:100%;
    left:0%;
    top:0%;
    background:#6F5432;
}
#bottomcell
{    
   
    background:#6F5432;
}
#middlecell
{
	position:relative;
  width:50%;
  height:100%;	
  border:0px none;	
  font-size:32px;
  font-weight:bold;
  font-family:Cursive;
  color:DarkGreen;
  font-variant:italic small-caps bold;
  text-align:left;
 	background:#99ffcc
}
#middlecell2
{
	position:relative;
  width:100%;
  height:10%;	
  border:0px solid black;	
}
#text
{
    font-size:48px;
    font-weight:bold;
    font-family:Cursive;
    color:DarkOliveGreen;
    font-variant:italic small-caps bold;
    text-align:center;
 		background:#99ffcc;
}
#bottomcentertext
{
    font-size:32px;
    font-weight:bold;
    font-family:Cursive;
    font-variant:italic small-caps bold;
    color:White;
    text-align:center;
 		background:#6F5432;
 		width:50%;
}
#bottomtext
{
    font-size:24px;
    font-weight:bold;
    font-family:Cursive;
    font-variant:italic small-caps bold;
    color:White;
    text-align:Left;
 		background:#6F5432;
}
#booktext
{
    font-size:18px;
    font-weight:bold;
    font-family:Cursive;
    font-variant:italic small-caps bold;
    color:Black;
    text-align:Left;
}
#textlink
{
    font-size:48px;
    font-weight:bold;
    font-family:Cursive;
    color:DarkOliveGreen;
    font-variant:small-caps bold;
    text-align:left;
 		background:#99ffcc;
}