body {
 background: white;
 text-align: center;
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 8pt;
}

#container {
 border: 0px solid white;
 width: 900px;
 margin: 0 auto;
}

#index {
 border: 0px solid yellow;
 margin-top: 30px;
 width: 899px;
 border-collapse: collapse;
 font-size: 8pt;
 text-align: center;
}
#index td {
 border: 0px solid red;
}

#index #tablehead {
 border: 0px solid green;
 background: url(./img/indexhead.jpg) no-repeat;
}

#index #sx {
 width: 45px;
 background: url(./img/indexsx.jpg) no-repeat;
}

#index #dx {
 width: 49px;
 background: url(./img/indexdx.jpg) no-repeat;
}

#index #tablefoot {
 background: url(./img/indexfoot.jpg) repeat-x;
 height: 60px;
}

#index a {
 color: #888;
 text-decoration: none;
}
#index a:hover {
 text-decoration: underline;
}