Color Scheme
Background: #000000
Text: #FFFFFF
Table Heading Background: #333333
Table Heading Foreground: #FFFFFF
Border Color: #000000
Message Table Background 1: #222222
Message Table Background 2: #333333
Message Table Text Color: #FFFFFF
Message Table Link Color: #FFFFFF
put this in the <head></head>
<style type="text/css">
<!--
body
{
background-image: url('http://www.uploadit.org/files/131003-bg5.GIF');
background-attachment: fixed;
font-family: Curlz, Digital, helvetica, sans-serif;
font-size: 11px;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #333333;
scrollbar-shadow-color: #111111;
scrollbar-face-color: #333333;
scrollbar-highlight-color: #555555;
scrollbar-darkshadow-color: #222222;
scrollbar-3dlight-color: #444444;
}
-->
</style>
now put this in the Header
<table align="center" cellpadding="3" cellspacing="0" border="5" bordercolor="#000000">
<tr>
<td align="center">
now put this in the footer
</td>
</tr>
</table>
<br />
<table align="center" border="0">
<tr>
<td>
<a href="#">Back to the Top</a> | <a href="javascript:self.close();">Close Window</a>
</td>
</tr>
</table>
Screenshot - this is just a screenshot of the color scheme.. there is some extra stuff in that Code..