@font-face
{
    font-family: "OpenSans";
    src: url("/fonts/OpenSans-Light.ttf") format("truetype");
}

*
{ 
	margin: 0 auto; 
	padding: 0; 
	outline: none 
}

html { height: 100%; }

body
{
	font: normal 1.2em OpenSans, helvetica, arial, sans-serif;
	height: 100%;		
	background-color: #070b28;	
	background-position: left top;
	background-attachment: fixed;	
}

header
{
	display: block;
	position: relative;
	text-align: center;						
}

h2
{
	color: #ff344d;
}

h5, h3
{
	color: #ffffff;
}

a
{
	color: #f67a1f;
}

.colorText1 { color: #0089d0; } 
.colorText2 { color: #ff7200; } 
.colorText3 { color: #a12aff; } 

.boldText { font-weight: bold; }

.mailTo
{	
	list-style: none;
    background: url("/img/mail.png") no-repeat 0 5px;
    padding-left: 34px;		
	margin: 0 auto;
	width: 200px;
	font-size: 1.1em;
}

.mailTo a
{
	text-decoration: none;
	color: #0089d0;
}

.mailTo a:hover
{	
	border-bottom: 2px solid;	
}

.main
{
	width: 1024px;	
	min-height: 91.7%;
	padding: 0 40px;
	margin: 0 auto;
	background: #252f5a;	
}

.content-main
{	
	text-align: justify;
	margin: 0 auto; 
	padding: 65px 0; 
	outline: none;
	word-spacing: .1ex;
	line-height: 1.4;
	margin-bottom: 1em;
	color: #a1aed4;
}

.imgCenter { text-align: center; }

.gameScreen
{

	padding: 5px;		
	padding-bottom: 30px;
	text-align: center; 		
	border-top: solid 1px #000000;
	font-size: 1.3em;
}

.gameScreen a
{
	text-decoration: none;
	color: #ff7200;
}

.gameScreen img
{
	margin: 12px;
	box-shadow: 0 0 5px 2px #aaaaaa
}

footer
{	
	
	height: 50px;
	padding: 0;
	margin: 0 auto;	
	border-top: 2px solid #000000;	
	text-align: center;
	font-size: 80%;
	background: #252f5a;
	color: #a1aed4;
}
