@charset "UTF-8";
/* CSS Document */

*      { margin:  0; padding: 0; outline: none; border: 0px solid #FF0000; }
li 	   { list-style: none; }
.clearfix:after 		{content: "."; height: 0px; visibility: hidden; display: block; clear: both; }
.clearfix				{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }

body {
	color: #fff;
	font: 11px georgia, Helvetica, Arial, sans-serif;
	font-style: italic;
	background: #1799af url(/splishsplash/bg.png) repeat;
	padding: 0px;
}

#content {
	background: transparent url(/splishsplash/bg_sphere.png) no-repeat;
	padding: 0px;
	width: 960px;
	height: 653px;
	margin: 0 auto;

}
.center {
     position:absolute;
     left:50%;
     top:50%;
     width:450px;
     height:200px;
     margin-left:-240px;
     margin-top:-170px;
     background: transparent;
}
.hello {
	background: url(/splishsplash/hello.png) no-repeat;
	text-indent: -9999px;
	width: 340px;
	height: 130px;
	display: block;
	float: left;
	margin: 0 0 20px 0;
}

.info {
	background: #000;
	width: auto;
	max-width: 320px;
	height: auto;
	padding: 7px 8px 8px 8px;
	display: block;
	clear: both;
	margin: 0px 0 0 105px;
}

a:link,
a:visited {
  color: #52b3c4;
  font-weight: normal;
  text-decoration: none;
}

a:link:hover,
a:visited:hover {
  color: #1797ac;
  text-decoration: underline;
}

a:link:active,
a:visited:active {
  color: #1797ac;
}
