 body{
 background-image:url('images/splash-bg.jpg');
 background-repeat:repeat-x; 
 background-position:top;
 font-family:arial, sans-serif;
 font-weight:bold;}
 
 .splashbt{
 background-image:url('images/splash-bt2.jpg');
 background-position:bottom right;
background-repeat:no-repeat;
 position: absolute; 
 height:397px;
 width:100%;
 bottom:0px;
 right:0px;
 z-index:0;}
 
 .text {
 position:relative;
 z-index:20; }
 
 a:link, a:hover, a:active, a:visited { color:#0094d3; }