/*
Title:		
Author:		
Updates:	
*/

body {
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, verdana, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #4467A5 url(/images/bg.gif) repeat-x;
	font-size: x-small; /* IE5 Win */
  	font-size: small;
	}

#splashwrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: center;
  	background: #fff;
	background-image: url('../image/PollisSplash.jpg'); background-repeat: no-repeat; background-position: center center; 
	border-TOP: 5px solid #e98f00;
	border-bottom: 5px solid #e98f00;
	border-right: 5px solid #e98f00;
	border-left: 5px solid #e98f00;
	width: 756px; /* IE5 Win */
  	width: 752px;
  	height: 555px;
	}
	
	#splashtext {	
	font-family: trebuchet ms, verdana, sans-serif;
	position: relative;
	margin: 0 auto;
	padding: 0;
	color: #9e4300;
	font-size: 200%;
	text-align: center;
	width: 400px; /* IE5 Win */
  	width: 400px;
  	height: 540px;
	}	
	
	#splashtext2 {	
	font-family: trebuchet ms, verdana, sans-serif;
	position: relative;
	margin: 0 auto;
	padding: 0;
	color: #9e4300;
	font-size: 100%;
	text-align: center;
	width: 400px; /* IE5 Win */
  	width: 400px;
  	height: 40px;
	}