html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: none;}
table { border-collapse: collapse; border-spacing: 0;}

body {
	background-color: #abcdf5;
}
.container {
	padding-top:10px;;
	float: left;
	width: 100%;
}

.logo {
	float: left;
	width: 334px;
	height: 123px;
	margin: 0 6px 5px 10px;
}

.games {
	margin: 5px 0 0 10px;
}
.game {
	width: 160px;
	height: 120px;
	float: left;
	margin: 0 10px 10px 0;
	box-shadow: 0 -1px 1px rgba(255,255,255,0.8), 0 0 4px rgba(0,0,0,0.6);
	position:relative;
}
.game img {
	width: 160px;
	height:120px;
}

.game:hover{
	box-shadow: 0 0 6px rgba(0,0,0,0.8);
}

.game:hover .gameCaption{
	display: block;
}

.game .gameCaption { 
	text-align: center;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 156px;
	display: none;
	padding: 2px 2px;
	background: #252525;
	background: rgba(37,37,37,0.8);
	text-transform: uppercase;
	font-family: 'Oswald','Helvetica Neue',Helvetica,sans-serif;
	font-size: 14px;
	color:#fff;
}

.game .gameCaption a {color:#fff;}
.game .gameCaption a:hover {color:#fff;}

.game-head {
	width: 960px;
	height: 90px;
	margin: 5px auto 5px auto
}

.game-head .game-logo {
	width: 210px;
	height: 78px;
	display: inline-block;
}

.game-head .game-leader {
	margin-left: 10px;
	display: inline-block;
}

.game-area {
	max-width:960px;
	margin: 0 auto 20px auto;
	padding: 5px;
	background-color:#fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    text-align:center;
    min-height: 600px;
}

.game-area #game-div {
	display: inline-block;
	margin: 0 10px 0 0;
}

.game-area .game-right {
	display: inline-block;
	width: 145px;
	height: 602px
}

.game-area .game-right .game {
	width: 140px;
	height: 105px;
	margin: 0 0 20px;
}

.game-area .game-right img {
	width: 140px;
	height: 105px;
}

.game-area .game-right .game .gameCaption {
	width: 136px;
}

.game-bar {
	margin: 5px auto 5px auto;
	width: 950px;
	height: 40px;
	border: 0px solid;
	padding: 0 5px;
	line-height: 40px;
	text-align: center;
}

.fb-like {
	float: left;
	margin: 10px 0 0 40px;
	width: 110px;
}

.gplus {
	float: left;
	margin: 8px 0 0 20px;
	width: 110px;
	position: relative;
}
.like-text {
	float: left;
	margin-left: 200px;
}

.game-bar a {
	color: #000;
	text-decoration: none;
}

.game-bar a:hover {
	text-decoration: underline;
}

.footer {
	width: 100%;
	float: right;
	margin: 0 20px 10px 0;
	text-align: right;
	font-size:0.7em;
	overflow: hidden;
}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.gamestop {
	width:100%;
	height: 125px;
	overflow: hidden;

}

.sponsored { clear:both; margin: 20px 0 20px 20px; }
.sponsored div { float:left; padding:0 10px; text-align:center; width:162px; height:210px; }
.sponsored span { display:table-cell; text-align:center; font-size:14px; color:#252525; font-weight:bold; height: 40px; width: 162px; vertical-align: middle; }
.sponsored a { color: #252525; text-decoration: none;}
.sponsored a:hover { text-decoration: underline; }

#pregame { background:#ffffff; width:960px; height: 600px; display:block; margin:0 auto 20px; padding: 10px 0 10px; text-align:center; background-color:#fff;-moz-border-radius: 10px;-webkit-border-radius: 10px;-khtml-border-radius: 10px;border-radius: 10px;}
.pre-left{ float: left; width: 225px; height: 200px; text-align: center; padding-top: 20px; margin-left: 175px; }
.pre-left .title { font-size: 26px; color: #476812; width: 100%; float: left; text-align: center; margin-bottom: 5px; }
.pre-left .title a { color: #476812; text-decoration: none; }
.pre-left .title a:hover { color: #000; }
.pre-left .play { float: left; text-align: center; width: 100%; margin-top: 10px; }
.pre-left .play a { font-size: 18px; color: #476812; text-decoration: none; line-height: 20px; }
.pre-left .play a:hover { color: #000000; }
.pre-right{ float: right; width: 300px; height: 260px; text-align: center; margin-right: 200px; }
.pre-right .adv { font-size: 10px; height: 10px; line-height: 10px; clear: both; }

.fl { float: left; }
iframe[id^="oauth2relay"] { position: fixed !important; }