﻿div.rowDisplay {
	display: inline-block;
	width: 100%;
    max-width:1300px;
	min-width: 400px;
    padding-top: 1em;
}

section.categories .tileContainer {
	background: url('/escalation/images/content/game/ashes-escalation_game_img.png') no-repeat;
	display: inline-block;
	height: 244px;
    margin: 0 auto;
    position: relative;
	width: 397px;
}

.tileContainer h1 {
	background: url('/escalation/images/layout/smallTitleFrame.png') no-repeat center center;
	color: #43f6ff;
	font-size: 1.5em;
	height: 65px;
	letter-spacing: 1px;
	line-height: 65px;
	position: relative;
	margin: 0;
    margin-top: -22px;
	left: 21px;
	z-index: 200;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
}

section.categories a {
	display: inline-block;
    height: 244px;
    margin: 0.5em;
    position: relative;
    text-decoration: none;
    width: 397px;
}

#lore
{
	background-position: 0 0;
}
#lore:hover
{
	background-position: 0 -488px;
}
#faq
{
	background-position: -397px 0;
}
#faq:hover
{
	background-position: -397px -488px;
}
#gameplay
{
	background-position: -794px 0;
}
#gameplay:hover
{
	background-position: -794px -488px;
}
#stream
{
	background-position: 0 -244px;
}
#stream:hover
{
	background-position: 0 -732px;
}
#team
{
	background-position: -397px -244px;
}
#team:hover
{
	background-position: -397px -732px;
}
#officialwiki
{
	background-position: -794px -244px;
}
#officialwiki:hover
{
	background-position: -794px -732px;
}