/* CSS Document */
/*-------------------------------------------INDEX STYLES------------------------------*/
.containerSplash
{
	background-image: url(../images/watersymbolSplash.jpg);
	background-repeat: no-repeat;
}
.tableText
{
	text-align: justify;
}

.tableActivation
{
	padding-left:5px;
	padding-top:5px;
}

#WaterSplashImage {
	position:relative;
	left:auto;
	right:auto;
	width:486px;
	height:399px;
	margin: 0px auto;
	padding: 3px 157px 0px 137px;
}

#heart {
	position:relative;
	display: inline;
	margin-right: auto;
	margin-left: auto;
	left: -1px;
	top: -2px;
	clear: both;
}


#SplashText {
	position:relative;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5%;
	padding-left: 5%;
	background-color: #E0F2F4;
}

