#splashwrapper
{
	width:750px;
	margin: 0px  auto;
	overflow: hidden;

}

#splashnav
{
	height: 48px;
	background-image:url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
}

#bg
{
	background-image:url(../images/bg.jpg);
	height: 150px;
}

#splashfooter
{
	background-image:url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 213px;
	width: 751px;
	padding: 0px 10px 0px 30px;
}

#splashfoot
{
	background-image:url(../images/spacer.jpg);

	width: 751px;
	padding: 10px 10px 10px 30px;
}

#click
{
	background-color: #;
	background-image:url(../images/click.jpg);
	background-repeat: no-repeat;
	width: 115px;
	height: 14px;
	position: relative;
	left: 555px;
	top: 125px;
}

#splashcopyright
{
	display: inline;
	width: 345px;
}

#splashvalidation
{
	display: inline;
	position: relative;
	text-align: right;
	left: 330px;

}

#textsizersplash
{
	position: absolute;
	top: 83px;
	color: #ffffff;
}

/* start rollover */

#anchor1 
{
	width: 115px;
	height: 14px;
	position: absolute;
	left:0px;
	background-image : url(../images/click.jpg);
	background-repeat: no-repeat;
}

#anchor1:hover 
{
	width: 115px;
	height: 14px;
	background-image : url(../images/click_over.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top:0px;
} 

#anchor1 img
{
	height: 0; 
	width: 0; 
	border-width: 0;
}

#anchor1:hover img 
{
	position: absolute;
	top: 0px; 
	left: 0px;
	height: 14px; 
	width: 115px;
}