*, html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #bdd4f7 url(/mobile/images/css/bg-grade.gif) repeat-x;
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	width: 100%;
	height: 100%;
	margin:0 auto;
}

h1 {
	width: 100%;
	height: 48px;
	margin-bottom: 10px;
	background: url(/images/pglogoleaderpurple.gif) no-repeat top center;
	text-indent: -9999px;
}

p.fyi {
	padding: 0px 5px;
	color: #282828;
	margin-bottom: 15px;
	text-align: center;
}

.featuredGame {
	width: 314px;
	padding-left: 6px;
	margin: 0 auto;
}
.featuredGame h2 {
	width: 294px;
	height: 13px;
	padding: 10px;
	background: url(/mobile/images/css/featHead.gif) no-repeat;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
}
.content {
	position: relative;
	width: 298px;
	padding: 8px 7px 8px 9px;
	margin-bottom: 8px;
	background: url(/mobile/images/css/boxBg.png) no-repeat bottom;
}
.adbreak {
	margin-bottom: 13px;
}
.gameDesc {
	float: left;
	width: 180px;
	padding: 5px 0px;
}
.gameDesc h3 {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 17px;
	line-height: 15px;
}
.gameDesc p {
	font-size: 15px;
	color: #666666;
}

.gameDesc img {
	float: left;
	width: 57px;
	height: 32px;
	margin: 0px 8px 10px 0px;
}

.game {
	width: 314px;
	padding-left: 6px;
	margin: 0 auto;
}
.game .boxTop {
	width: 316px;
	height: 4px;
}

.game .content .gameDesc {
	padding-top: 0px;
}

.game .content .gameDesc h3 {
	height: 30px;
	padding-top: 7px;
	font-size: 16px;
}

.playBtn a {
	display: block;
	float: right;
	width: 106px;
	height: 31px;
	background: url(/mobile/images/css/playBtn.gif) no-repeat;
	color: #451377;
	padding-top: 75px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	
}

.footer {
	width: 100%;
	height: 58px;
	margin-top: 10px;
	padding-top: 10px;
	background: #333333;
	text-align: center;
}

.footer p a {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 14px;
}
.footer p.copy {
	font-size: 13px;
	color: #919191;
	margin-top: 12px;
	line-height: 11px;
}

.clearer {
	clear: both;
}