* {
	/*font-family:  Arial, Helvetica, Verdana, sans-serif;*/
	font-family: 'Abel', sans-serif;
	margin:0px;
	padding:0px;}

html,
body {
	height:100%;
}


body { 
	min-width:500px;
	background-color: white; 
	color:#333;
	height:100%;}
	
#container {
   min-height:100%;
   position:relative;
   min-width:960px;}

	
#bluespace {
	background-color:#61CDF5;
	padding:10px;}
	
nav {
	float: right;
	text-align: center;
	width: 270px;
	height: 90px;
	padding:0px;
	margin-right:65px;
  	line-height: 90px;}

nav ul {
	font-size: 0;}

nav li {
	display: inline-block;
	width: 90px; 
	margin:0px;
	height:90px;
	font-size: 16px;}

nav a {
	display: block;}
	
.current {
	color: #61CDF5;}
	
nav a:hover {
	color: #61CDF5;}
	
#logo {text-align: left;
	display: inline-block;
  	line-height: 90px;
  	margin-left:30px;
	vertical-align: middle;}
	
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

header {
	/*position: fixed;*/
	width: 100%;
	background-color: white;
	height: 90px;
	margin-top:0px;
	/*-moz-box-shadow: 0px 2px 5px #777777; 
	-webkit-box-shadow: 0px 2px 5px #777777;
	box-shadow: 0px 2px 5px #777777;*/}  
	
	
#content {
	width:960px;
	margin: 0px auto ;
	margin-top: 20px;
	overflow: auto;
	text-align: left;
	padding-bottom:100px;
	background-color:white;}

footer {
	width: 100%;
	height: 50px;
	position:absolute;
	bottom:0;
	left:0;
	background-color: #61CDF5;
	text-align: left;
	margin-top: 100px;
	line-height: 50px;}  

footer p{
	margin-left:50px;
	display:inline;}
	
.twitter{
	display:inline;
	position:absolute;
	bottom:5px;
	left:320px;
	}
	
.center {
	display: block;
	margin: 0px auto;}
	
#main-graphic {
	width:940px;
	height: 540px;
	margin-top:20px;
	margin-bottom:20px;}

.big-text{
	font-size:72px;
	text-align:center;
	}

	
.box-940{
	width:940px;
	margin: 10px auto;}		
		
.box-300 {
	width:300px;
	margin:10px;
	float: left;}
	
.box-380 {
	width:380px;
	margin:10px;
	float: left;}	

.box-620 {
	width:620px;
	margin:10px;
	float: left;}
	
.box-460 {
	width:460px;
	margin:10px;
	float: left;}
	
p.quote {
	font-size: 48px;
	font-style: italic;
	font-family: Georgia, Times, serif;
	border-top: 1px solid #665544;
	border-bottom: 1px solid #665544;
	display: table-cell;
	vertical-align: middle;}
	
a {
	text-decoration:none;
	color:black;}
	
.shadow{
	-moz-box-shadow: 0px 2px 5px #777777; 
	-webkit-box-shadow: 0px 2px 5px #777777;
	box-shadow: 0px 2px 5px #777777;}

iframe{
	margin:10px;
	float:left;}
	
p {
	color: black;}
	
.hrb {
	color: #0080FF;}
	
.hrg {
	color: #00FF80;}

.sub {
	color: #224E7B;}
	
.fgg {
	color: #009400;}
	
.cc {
	color: #FF6000;}
	
.gons {
	color: #379BFF;}

.ss {
	color: #FFD144;}
	
	
.tsio {
	color: #FF8B1B;}
	
.gamedisp {
	padding-top:10px;
	margin-bottom:50px;
	height:410px;}

.gametext{
	height:100%;
	}
	
.righty {
	text-align:right;}
	
.imgmar {
	display: inline;
	float: left;
	margin:10px;}
	
.email{
	font-size: 32px;
	color:#61CDF5;
	}
	
.btn {
  background: #278bf5;
  background-image: -webkit-linear-gradient(top, #278bf5, 278bf5);
  background-image: -moz-linear-gradient(top, #278bf5, 278bf5);
  background-image: -ms-linear-gradient(top, #278bf5, 278bf5);
  background-image: -o-linear-gradient(top, #278bf5, 278bf5);
  background-image: linear-gradient(to bottom, #278bf5, 278bf5);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align:center;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3cb0fd);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3cb0fd);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3cb0fd);
  background-image: -o-linear-gradient(top, #3cb0fd, #3cb0fd);
  background-image: linear-gradient(to bottom, #3cb0fd, #3cb0fd);
  text-decoration: none;
}