div#innergroup {display:table; margin:0 auto; }

@media all and (max-width: 469px) and (min-width: 0px) { div#innergroup {width:213px} }
@media all and (max-width: 714px) and (min-width: 470px) { div#innergroup {width:470px} }
@media all and (max-width: 959px) and (min-width: 715px) { div#innergroup {width:715px} }
@media all and (max-width: 1204px) and (min-width: 960px) { div#innergroup {width:960px} }
@media all and (max-width: 1449px) and (min-width: 1205px) { div#innergroup {width:1205px} }
@media all and (min-width: 1450px) { div#innergroup {width:1450px} }

div.GameCatalogButton, div.FeaturedGameCatalogButton {
background-color:#ffffff;
border:2px solid #aa0000;
border-radius: 5px;
cursor:pointer;
float: left;
height:190px;
line-height:100%;
-moz-border-radius: 5px;
margin:10px 4px 0 4px;
position:relative;
text-align:center;
width:223px;
}

div.GameCatalogButton img, div.FeaturedGameCatalogButton img {
height:154px;
margin:6px 6px 1px 6px;
width:213px;
}

div.GameCatalogButton span, div.FeaturedGameCatalogButton span {
color:#da7702;
font-family: HOBO STD,Helvetica,Arial,sans-serif;
font-size: 21px;
font-weight: bold;
line-height:100%;
margin-top:0px;
text-shadow: 1px 1px #6b3a01;
}

div.FeaturedGameCatalogButton { width:458px; }

div.FeaturedGameCatalogButton img { width:448px; height:178px; }

div.FeaturedGameCatalogButton span
{
color:orange;
font-size: 19px;
left:0;
line-height:120%;
margin-left:10px;
position:absolute;
text-align:left;
top:135px;
width:444px;
}