* {
 text-align: left;
}
body {
 margin: 0px;
 background-color: rgb(23, 28, 30);
 background-repeat: repeat-x;
 background-image: url('images/PageBG.png');
 background-position: 0px center;
}

body, td {
 font: 14px Tahoma;
 color: rgb(142, 142, 142);
}

div.Shadow {
 width: 670px;
 background-repeat: no-repeat;
 background-image: url('images/ShadowBG.png');
 margin: 0px auto 0px auto;
 padding-top: 3px;
}

td.ShadowBox {
 color: white;
 text-align: center;
 font-size: 18px;
 letter-spacing: 1px;
}