html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
.big {
	font: 36px Arial, Helvetica, sans-serif;
	color: #555;
	text-shadow: 2px 2px #111;
	letter-spacing: -2px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.big:hover {
	color: #ccc;
}
.pageNum {
	padding: 6px 8px;
	background: #444;
	border: 1px solid #222;
	font-size: 11px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: none;
}
.pageNumSel {
	background: #777;
	color: #fff;
	border: 1px solid #000;
}
.pageNum:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
	border:1px solid #fff;
}
body {
	background: #000 url(http://s3.roosterteeth.com/assets/style/flashy/business/stars.png) top center no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #888;
	text-shadow: 1px 1px #000;
}
img {
	border: 0;
}
a {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: color 0.1s linear;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.metaInfo {
	color: #666;
}
.footer {
	font-size: 11px;
	color: #444;
	text-shadow: 1px 1px #000;
}
.footer a {
	color: #444;
	text-decoration: none;
}
.footer a:hover {
	color: #ccc;
	text-decoration: none;
}
.navTd {
	background: url(http://s3.roosterteeth.com/assets/style/flashy/business/menuShadow.png) bottom center no-repeat;
	height: 40px;
	text-align: center;
}
.navRow td {
	font-size: 14px;
	font-weight: bold;
	color: #4a4a4a;
	vertical-align: middle;
	letter-spacing: 1px;
}
.navRow td a {
	text-decoration: none;
	color: inherit;
}
.navRow td a img {
	border: none;
}
.navRow td a:hover {
	color: #aaa;
}
.navRow td.selected a:hover {
	color: #fff;
}
.navRow td.selected {
	background: url(http://s3.roosterteeth.com/assets/style/flashy/business/selectedMiddle.png) bottom center repeat-x;
	color: #fff;
}
.selectedLeft, .selectedRight {
	width: 56px;
	height: 42px;
}
.selectedLeft {
	background: url(http://s3.roosterteeth.com/assets/style/flashy/business/selectedLeft.png) bottom right no-repeat;
}
.selectedRight {
	background: url(http://s3.roosterteeth.com/assets/style/flashy/business/selectedRight.png) bottom left no-repeat;
}
.menuLeft, .menuRight {
	width: 56px;
	height: 42px;
}
.grid td {
	padding: 0 15px;
	width: 174px;
	height: 88px;
}
.grid td a {
	position: relative;
	text-decoration: none;
	background: #000;
}
.gridInfo, .thumb, .gloss {
	-webkit-transition: opacity 0.1s linear;
}
.grid td a .gridInfo {
	opacity: 0;
}
.grid td a:hover .gridInfo {
	opacity: 1;
}
.grid td a:hover .thumb {
	opacity: 0.2;
}
.grid td a:hover .gloss {
	opacity: 0.4;
}
.gloss, .thumb, .gridInfo, .backing, .thumbCorners {
	position: absolute;
	top: 0;
	left: 0;
}
.gridInfo {
	position: absolute;
	color: #aaa;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
	text-align: left;
	line-height: 150%;
	font-size: 10px;
	text-decoration: none;
	z-index: 22;
	width: 174px;
	padding: 10px;
}
.gridInfo b {
	color: #fff;
}
.thumbCorners {
	z-index: 21;
}
.gloss {
	z-index: 20;
}
.thumb {
	z-index: 19;
}
.backing {
	z-index: 18;
}
.menuBottomShadow {
	height: 15px;
	background: url(http://s3.roosterteeth.com/assets/style/flashy/business/menuBottomShadow.png) top left repeat-x;
}