#home_frame	{
 position: relative;
 width: 760px;
 height: 560px;
 border: 10px solid white;
 background: #88AF62;
}

html>body #home_frame	{
 position: relative;
 width: 740px;
 height: 540px;
 border: 10px solid white;
 background: #88AF62;
}

#home_companylogo {
 position: absolute;
 top: 1px;
 left: 1px;
}

#home_bookstorelink {
 text-align: right;
 position: absolute;
 top: 10px;
 right: 190px;
 width: 200px;
}

#home_giftslink {
 text-align: center;
 position: absolute;
 bottom: 260px;
 left: 230px;
 width: 150px;
}

#home_opticslink {
 text-align: center;
 position: absolute;
 top: 50px;
 right: 5px;
 width: 100px;
}

#home_friendslink {
 text-align: center;
 position: absolute;
 bottom: 130px;
 right: 10px;
 width: 120px;

}

#home_aboutlink {
 text-align: left;
 position: absolute;
 bottom: 145px;
 left: 180px;
 width: 150px;
}

#home_latestbooks_frame {
 position: absolute;
 left: 30px;
 top: 90px;
 
 width: 220px;
 padding-left: 10px;
 
 border-left: 1px solid #CBDDB9;
 
 text-align: left;

}

#home_copyright {
 position: absolute;
 font-family: Arial, Helvetica, Sans-Serif;
 bottom: 0px;
 left: 0px;
 font-size: 8pt;
 margin: 5px;
}

#home_copyright a:link, 
#home_copyright a:visited {
 color: #A6E650;
 font-weight: bold;
} 

/*
#home_image {
 position: absolute;
 top: 0px;
 left: 0px;
}

#home_image_caption {
 position: absolute;
 top: 30px;
 left: 30px;
 padding: 10px;

 width: 200px;
 text-align: left; 
 font-size: 8.5pt;
 color: #000000;
 background-color: #FFFFFF;
 
 filter:alpha(opacity:90);
 -moz-opacity:0.90; 
 opacity:0.90;
 -khtml-opacity:0.90;
}*/