body { 

        
font-family: Verdana,sans-serif; font-size: 10pt; 
    
background-color:white;               
margin-left:10% ; 
margin-top: 5%;
margin-right: 5%;
 }
td {
font-family: Verdana,sans-serif; font-size: 10pt; 
}
#art-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
  margin-left:0px;
  margin-right:0px;
}
#art-page-background-glare
{
  position: absolute;
  width: 100%;
  height: 461px;
  left: 0;
  top: 0;
}

#art-page-background-glare-image
{
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
  height: 461px;
  width: 223px;
  margin: 0;
}

html:first-child #art-page-background-glare
{
  border: 1px solid transparent;/* Opera fix */
}

#art-page-background-gradient
{
  position: absolute;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 382px;

}


#art-page-background-simple-gradient
{
  position: absolute;
  background-image: url('images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 382px;
}

