

body,h1,h2,h3,h4,h5,h6,p,form,fieldset 
	{
	margin:0; padding:0;
  text-align: left;
	}
	
body 
	{
  font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 65%; /* resets fonts to 10px = 1em */
  line-height: 1.6em;
 	text-align: center;
  background:#240000;
  background-image: url(../pix/splash_bg_01.jpg);
  background-repeat: repeat-x;
  background-position: top left;
	}
