body {
	background-color: #000000;
	background-image: url('images/thumb-1555554.jpg');
	scrollbar: no;	
	scrollbar-face-color:4c0e11;
	scrollbar-highlight-color:953e11;
	scrollbar-3dlight-color:812d00;
	scrollbar-darkshadow-color:000000;
	scrollbar-shadow-color:320003;
	scrollbar-arrow-color:000000;
	scrollbar-track-color:893302;
	margin: 0px;
	padding: 0px;
	left: 60px;

}

td {
	vertical-align: top;
	background-repeat: no-repeat;

}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;

}

a:link {
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

<!--
/* begin some basic styling here                     */
table, td, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}
/* end some basic styling here                     */
/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	border: 0px solid #963;
	height: 120px;
	overflow: auto;
	width: 293px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 293px;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 276px
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 292px;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #4c240b;
	border-left: 0px solid #EB8;
	border-right: 0px solid #B74;
	border-top: 0px solid #EB8;
	font-weight: bold;
	padding: 4px 3px;
	text-align: left
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 97px;
	overflow: auto;
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #604b38;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #4d3d2d;
	padding: 2px 3px 3px 4px;
}

tbody.scrollContent tr.alternateRow td {
	background: #7f654c;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #4d3d2d;
	padding: 2px 3px 3px 4px;
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.          */
/* Add 16px to last TH for scrollbar padding. All other non-IE browsers. */
html>body thead.fixedHeader th {
	width: 293px
}
/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
html>body tbody.scrollContent td {
	width: 277px
}
-->
