@charset "utf-8";
/* home.css */

#get-started {
	background: url('/images/getting-started-bg.jpg') no-repeat;
	width: 220px;
	height: 270px;
}

#get-started dl {
	margin-left: 13px;
}

#get-started dd {
	width: 180px;
	height: 30px;
	font-size: 10px;
}

#get-started a {
	display: block;
	margin-bottom: 3px;
}

#leaderboard {
	background: url('/images/leaderboards-bg.jpg') no-repeat;
	width: 220px;
	height: 270px;
}

#promotions {
	background: url('/images/promotions-bg.jpg') no-repeat;
	width: 220px;
	height: 350px; 
}

#promotions ul {
	list-style-type: disc;
	margin-top: 60px;
	padding-left: 27px;
	padding-right: 20px;
	color: #fff;
	font-size: 11px;
}

#promotions li {
	margin-bottom: 10px;
}

#promotions li.last {
	margin-bottom: 0px;

}

#promotions strong {
	display: block;
}

#promotions span {
	color: #84c1de;
	font-size: 11px;
}

#promotions a {
	text-align: right;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#promotions a:hover {
	text-decoration: underline;
}

#home-poker-box {
	background: url('/images/main-poker-bg.jpg') no-repeat left;
}

#home-casino-box {
	background: url('/images/main-casino-bg.jpg') no-repeat left;
}


#home-bingo-box {
	background: url('/images/main-sports-bg-new.jpg') no-repeat left;
}

#content .prod-box {
	width: 222px;
	height: 480px;
	float: left;
}

#content .prod-box p {
	text-align: left;
	color: #ccc;
	font-size: 10px;
}

#content .prod-box ul {
	list-style-type: disc;
	margin: 185px 10px 0 0;
	color: #fff;
	font-size: 10px;
}

#content .prod-box li {
	margin-bottom: 10px;
}

#content .prod-box li.last {
	margin-bottom: 0px;
}

#content .prod-box span {
	font-size: 11px;
}

#content .prod-box a {
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#content .prod-box a:hover {
	text-decoration: underline;
}