html{
background-image: url(img/layout/bg_0.jpg);
background-position:top center;
background-repeat: repeat;
}
body{
margin:0;
padding:0;
background-image:  url(img/layout/bg.jpg); 
background-position:top center;
background-repeat: no-repeat;
font-size: 14px;
font-family : times; 
line-height:15px; 
color: #6F3715;
}

table,tr,td{
font-size: 14px;
font-family : times; 
line-height:15px; 
color: #6F3715;
}

a:link {color: #7E3000;}
a:hover {color: #A33E00;}
