/* CSS Document */


#homemain 
{
	background-image:url(../images/splash_bg.jpg);
	width:785px;
	height:471px;
	background-repeat: no-repeat;
	background-color:#5b2972;
}
#welcome{
	position: relative;
	left: 10px;
	top: 240px;
	width:300px;
	font-family:Verdana;
	font-size:0.93em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#5a2872;
}
#text{
 height: 1%;
	width:425px;
	position: relative;
	left: 20px;
	top: 275px;
	font-family:Verdana;
	font-size:0.8em;
	color:#000000;
	background-color:#FFFFFF;
}

 /* Start hide from IE-Mac \*/
* #text
   {
  
   }
/* End Hide from IE-Mac */

