.footer{
	position: absolute;
	right:0px;
	bottom: 2%;
	width: 400px;
}
.splash {
	background-image: url(images/splash.png);
	background-position: left top;
}
.splashLeft {
	background-image: url(images/left_tile.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.splashRight {
	background-image: url(images/right_tile.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.text{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	
}

.link{
	color: #FFFFFF;
}


