body{
background-image:url('css-gradient.gif'); 
background-repeat: no-repeat; 
background-repeat: repeat-x; 
background-position: center; 
background-attachment: fixed; 
background-color: #622402; 
}

.table{
background-image:url('bgimage.gif'); 
background-repeat: no-repeat;
}

.pillar{
background-image:url('verticalgradient.gif'); 
background-repeat: no-repeat; 
background-repeat: repeat-y;
}

td.small{
text-align: center;
font-family: Verdana;
font-weight: normal;
line-height: 20px;
font-size: 20px;
background-image:url('verticalgradient.gif');
background-repeat: no-repeat; 
background-repeat: repeat-y;
}

td.big{
text-align: center;
font-family: Verdana;
font-weight: normal;
line-height: 15px;
background-image:url('verticalgradient.gif');
background-repeat: no-repeat; 
background-repeat: repeat-y;
}

.hear{
text-align: center;
margin: 0 auto;
}