*      					{ 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; }


html, body {
	color: #fff;
	font: 11px/18px Arial, Helvetica, Helvetica Neue;
	font-style: normal;
	background: #1799af url(img/bg.png) repeat;
	padding: 0px;
	height: 100%; 
}

#content {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	}
	
#sphere {
	background: transparent url(img/bg_sphere.png) no-repeat;
	padding: 0px;
	width: 960px;
	display: block;
	float: left;
	height: 100%;
}

.hello {
	padding: 0px 0 0 0;
	width: auto;
	margin: 300px 0 0 0;
	text-align: center;
	color: #fff;
	font: 30px Georgia, Garamond, Times, Arial, Helvetica, Helvetica Neue;
	line-height: normal;
	font-style: italic;
	font-weight: normal;
	text-shadow:0px 2px 6px #595959;
}
/* -- Links -- */

a:link,
a:visited {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}

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

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


