﻿@font-face
{
    font-family: "MyriadPro";
    src: url("../fonts/MyriadProRegular.ttf");
}

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

html { height: 100%; }

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

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

.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: 900px;	
	min-height: 91.7%;
	padding: 0 40px;
	margin: 0 auto;
	background: #272f3a;
	box-shadow: 0 0 30px #272f3a;	
}

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

.imgCenter { text-align: center; }

.textCenter
{
	text-align: center;
	color: #ffffff;
}

.ref
{
	color: #ffffff;
}

.gamesList
{
	
}

.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 #2c3644;	
	text-align: center;
	font-size: 80%;
	background: #272f3a;
	color: #62d1ff;
}