body{
background-color:#0404af;
background:url(main/bg.gif) repeat;
behavior:url(csshover.htc);
}
img {border:0;}

#container {
 width:1000px;
 min-width:1000px;
 height:100%;
 position: absolute;
 top: 0;
 left: 0;
 float:left;

}

#book{
 position: absolute;
 top: 130;
 left: 530;
 float:left;
 width: 453px;
 height: 387px;
}

#book:hover{
 position: absolute;
 top: 130;
 left: 530;
 float:left;
 width: 453px;
 height: 387px;
}