/* 
    Document   : pagina
    Created on : 23-nov-2012, 16.05.59
    Author     : andrea
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



.table_container{
width: 980px;

    border:0px;
    border-style:solid;
    border-color:#f00;
    background-image : url('../images/fondo.png');
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-position: -185px -90px ;
}