body
{
	background:#bebebe;
}

.nyxcom-logo
{
	margin:0 auto;
	width:409px;
	height:409px;
	background:url('../../assets/images/nyxcom-logo.png') no-repeat;
}

.about
{
	text-align:center;
	font-family:Tahoma;
	color:#656565;
	font-size:23px;
	margin-top:100px;
}


.game-box
{
	margin:0 auto;
	width:455px;
	height:310px;
	margin-top:30px;
}

.balerion2, .aom2
{
	display:inline-block;
}

.balerion2 > a
{
	display:block;
	height:253px;
	width:210px;
	background:url(../../assets/images/sprite-games.png) -0px -0px no-repeat;
}

.balerion2 > a:hover
{
	display:block;
	height:253px;
	width:210px;
	background:url(../../assets/images/sprite-games.png) -211px -0px no-repeat;
}

.balerion2 > a:active
{
	height:253px;
	width:210px;
	background:url(../../assets/images/sprite-games.png) -422px -0px no-repeat;
}

.aom2
{
	margin-left:30px;
}
.aom2 > a
{
	display:block;
	height:253px;
	width:210px;
	background:url(../../assets/images/sprite-games.png) -0px -253px no-repeat;
}

.aom2 > a:hover
{
	display:block;
	height:253px;
	width:210px;
	background:url(../../assets/images/sprite-games.png) -211px -253px no-repeat;
}

.aom2 > a:active
{
	display:block;
	height:253px;
	width:210px;
	background:url(../assets/images/sprite-games.png) -422px -253px no-repeat;
}


.wrapper
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top:0;
	left: 0;
	right: 0;
	z-index: 100;
	margin-top:50px;
	width:460px;
}


/* Style all font awesome icons */
.fa
{
	margin: auto;
	font-size: 20px;
	width: 42px;
	height:42px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	line-height:45px;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.social-media
{
	text-align:center;
	margin-top:10px;
}


social-media > a
{
	display:block;
	margin:0 auto;
}

.copyright
{
	font-family:Tahoma;
	font-size:13px;
	color:gray;
	margin-top:60px;
	text-align:center;
}