

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

a
{
	text-decoration: none;
	color: #4a6e92;
	}




body {
text-align:center; /* for IE */
	font: 73%/1.5em Arial, Tahoma, arial, sans-serif;
	color: #333; 

}

div#wrapper {
text-align:left; /* reset text alignment */
width:1010px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
background-image:url(/images/splashbg.jpg);
background-repeat: no-repeat;
height: 600px;
} 

.introtext
{
float: left;
width: 390px;
position: relative;
top: 125px;
left: 45px;
} 

.introflash
{
position: relative;
left: 115px;
top: 60px;
float: left;
width: 460px;
height: 320px;


}

.fhbutton
{
	float: left;
	position: relative;
	top: 120px;
	left: 110px;
}



.fhbutton2
{
	float: left;
	position: relative;
	top: 120px;
	left: 282px;
}

