body {
	font-size:100%;   /* fix bizarre IE5.0 positioning bug */
	background-color:#000;
	background-image:url(../images/splash/bkgnd.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-top:0;
	margin-bottom:0;
 }

td {
 vertical-align:top;
 }

h3 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight:bold;
 font-size:110%;
 letter-spacing:0.5em;
 color: #bba35f;
 line-height:1.5;
 text-align:center;
 }

h4 {
 font-weight:normal;
 font-family:Arial, Helvetica, sans-serif;
 font-size:85%;
 letter-spacing:1.5em;
 color: #fff;
 line-height:1.5;
 text-align:center;
 }

p {
 font-size:85%;
 line-height:1.5;
 }
 
img {
 border:0px;
 }
 
hr {
 color:#FFF;
 margin-top:18px;
 margin-left:18px;
 margin-right:18px;
 margin-bottom:18px;
 }

