.promo {
background-image: url(../images/promos/promotopbg.gif);
background-repeat: no-repeat;
background-position: top;
background-color: #def6ff;
margin-bottom: 15px;
padding-top: 30px;
}

.promo h1 {
clear: left;
padding-left: 5px;
margin: 5px 5px 0px 5px;
border: none;
background-color: #EFFBFF;
line-height: 20px;
color: #000000;
text-indent: 0;
background-image: none;
}

.promo .title {
padding: 10px;
font-size: 26px;
font-weight: bold;
color: #E10000;
}

.pokerpromo .title {
	font-size: 34px !important;
}

.promo .offer {
display: block;
width: 150px;
float:right;
padding-right: 94px;
padding-top: 12px;
text-align: center;
}

.promo .main {
margin: 0px 5px 5px 5px;
padding: 5px;
background-color: #C2E3EF;
color: #003366;
font-weight: bold;
font-size: 12px;
}

.promo .bottom {
clear:both;
height: 30px;
background-image: url(../images/promos/promobottombg.gif);
background-repeat: no-repeat;
background-position: bottom;
padding-left: 8px;
padding-right: 8px;
}

.promo .logo {
float:left;
margin-right: 8px;
margin-bottom: 8px;
}

.promo a.play, .promo a.review {
display: block;
width: 145px;
text-align: center;
line-height: 20px;
font-weight: bold;
}

.promo a.play {
float: right;
background-image:url(../images/promos/playbutton.gif);
margin-right: 15px;
}

.promo a.play:hover {
background-position: 0px 20px;
color: #000000;
}

.promo a.review {
float: left;
background-image:url(../images/promos/reviewbutton.gif);
color: #FFFFFF;
margin-left: 15px;
}

.promo a.review:hover {
background-position: 0px 20px;
color: #FFCC00;
}