body
{
	background: #CCC url(images/flowerpink.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: left;
}

#splash {
      background: url(images/horflower.png) no-repeat;
      width: 800px;
      height: 565px;
	  margin: 0px auto 0px auto;
      position: relative;
    }
  
#splash p {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  color: #848071;
	  font-size: 13px;
	  font-weight: normal;
      position: absolute;
      top: 220px;
      left: 250px;
    }

#splash h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 13px;
		font-weight: normal;
     	position: absolute;
        top: 328px;
        left: 592px;
    } 
#splash img.gr {
	width: 186px;
	height: 68px;
	position: absolute;
	top: 310px;
	left: 530px;
	z-index:2;
	visibility: visible;
	overflow: visible;
   }
#splash img.ph {
	width: 170px;
	height: 71px;
	position: absolute;
	top: 356px;
	left: 570px;
	z-index:2;
	visibility: visible;
	overflow: visible;
    }
a
{
text-decoration: none;
color: #000;
}

a:hover
{
color:#fff;
}

#splash p a{
text-decoration: none;
color: #848071;
}
#splash p a:hover{
text-decoration: none;
color: #FFF;
}


#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background: #fff url("images/border2.gif") repeat-x 0em 2.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}
