@charset "utf-8";
@font-face {
	font-family: 'Fluid';
	src: url('font/fluid.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	background: #000 url("pic/planetbg.png") no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	margin-top: 0px;
	padding-top: 0px: 
	position: relative;
	color: #AAA;
	font-family: 'Fluid',sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#page{
	margin:0 auto;
	padding: 0px;
	position:relative;
	text-align:center;
	text-decoration: none;
	max-width: 960px;
}

H1{font-size:1em;}
H2{font-size:2em;}
footer{font-size:0.7em; margin-top: 50px}
p{font-size:0.9em;}

.icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	width: 128px; height: 100px;
	opacity: 0.7;
}
.links {
	width:40px;height:40px;
	border:0;
	margin: 20px 0px 20px 0;
	padding: 0 15px;
	opacity: 40%;
}
.links:hover {
	opacity: 100%;
}

.infobox {
	margin-bottom:50px;
}
.headerbox{
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	margin-bottom: 10px}
.roundbox{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 20px}
.footer {
	padding:50px 0px;
}

.planet1{color:#0EF}
.planet2{color:#0EF}

/*h2 {letter-spacing:10px;}*/

/*@media (min-width:320px)  { body{font-size:0.7em;} }
@media (min-width:481px)  { body{font-size:0.8em;} }
@media (min-width:641px)  { body{font-size:0.9em;} }
@media (min-width:961px)  { body{font-size:1.0em;} }
@media (min-width:1025px) { body{font-size:1.25em;} }
@media (min-width:1281px) { body{font-size:1.5em;} }*/