* {
  margin: 0;
  padding: 0;
}

.clear { clear: both; }
.highlight { color: #ffef26; }

body {
  font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
  font-size: 12px;
  background: #000 url('/images/bodybg.jpg') repeat-x;
}

img {
	border: none;
}

#container {
  width: 719px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

#header {
  background: #f8bc04;
}

#number {
  background: #f8bc04;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-family: Helvetica;
  line-height: 12px;
  padding-bottom: 5px;
}

#offer {
  float: left;
}

#howToPlay {
  color: #fff;
  float: right;
  width: 205px;
}

#howToPlay ul {
  list-style: none;
}

#howToPlay li{
  text-align:left;
}

#firstBullet {
  background: url('/images/bullet1.jpg') no-repeat;
  background-position: 2px 12px;
  padding-left: 20px;
  height: 20px;
  padding-top: 13px;
}

#secondBullet {
  background: url('/images/bullet2.jpg') no-repeat;
  background-position: 2px 12px;
  padding-left: 20px;
  height: 20px;
  padding-top: 13px;
}

#thirdBullet {
  background: url('/images/bullet3.jpg') no-repeat;
  background-position: 2px 12px;
  padding-left: 20px;
  height: 20px;
  padding-top: 13px;
}

#fourthBullet {
  background: url('/images/bullet4.jpg') no-repeat;
  background-position: 2px 12px;
  padding-left: 20px;
  height: 20px;
  padding-top: 13px;
}

#howToPlay h1 {
  font-weight: 100;
  font-size: 14px;
  padding: 10px;
  color: #feee14;
}

#emailBox {
  float: left;
  background: url('/images/wlbl/emailboxbg.jpg') repeat-x;
  background-position: center top;
  width: 506px;
  position: relative;
  top: -2px;
}

#emailBox h1 {
  color: #ffef26;
  font-size: 28px;
  letter-spacing: 0px;
  text-align: center;
  padding-top: 10px;
}

#emailBox h2 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0px;
  text-align: center;
  font-family: Helvetica;
}

#emailBox h3 {
  color: #ffef26;
  font-size: 23px;
  letter-spacing: 0px;
  text-align: center;
  padding-top: 10px;
}

#emailBox h4 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0px;
  text-align: center;
  font-family: Helvetica;
}

#emailBox p {
  text-align: center;
}

#emailBox #email{
  width: 378px;
  border: 1px solid #fff;
  padding: 3px;
  margin: 5px;
}

#emailBox #submit {
  background: url('/images/submit.gif') no-repeat;
  width: 384px;
  height: 89px;
  cursor: pointer;
  border: 0;
}

#emailBox #submitDE {
  background: url('/images/btn_de.gif') no-repeat;
  width: 384px;
  height: 89px;
  cursor: pointer;
  border: 0;
}

#games {
  float: right;
  width: 160px;
  height: 98px;
  margin: 5px 20px 10px 20px;
  background: url('/images/games.jpg') no-repeat;
}

#support {
  float: right;
  width: 150px;
  height: 72px;
  margin: 15px 25px;
}

#supportDE {
  float: right;
  width: 150px;
  height: 72px;
  margin: 15px 25px;
}


#menu {
  list-style: none;
  color: #fff;
  text-align: center;
  font-size: 11px;
  margin: 10px;
}

#menu a {
  color: #fff;
}

#menu li {
  display: inline;
  margin-left: 10px;
}

#bonusTerms button {
   background: url('/images/bonusterms.gif') no-repeat;
   width: 202px;
   height: 22px;
   border: 0;
   cursor: pointer;
   position: relative;
   top: 30px;
   left: 15px;
}

#antiSpamContent {
   background: #000;
   border: 1px solid #15072b;
   margin-top: 5px;
   color: #fff;
}

#antiSpamContent h1 {
   margin: 20px;
   font-size: 16px;
}

#antiSpamContent p {
   margin: 20px;
   font-size: 12px;
   line-height: 14px;
}
#footer { margin-top: 20px; text-align:center; width:auto}

#credentials {
  background: url('/images/credentials2.jpg') no-repeat;
  width: 589px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
}
#copyright {
  color: #525252;
  text-align: center;
  width:400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  padding-top: 30px;
}

#disclaimer {
  color: #525252;
  text-align: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 10px;
}

#disclaimer a {
   color: #525252;
}
#footermenu{
	width: 465px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	
}
#footermenu li {
	color: #525252;
	display:inline;
	font-size:11px;
	padding-right:5px;
}
#footermenu ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footermenu a {
	color: #525252;
	text-decoration:none;
}
#footermenu a:hover{
	color: #ffffff;
	text-decoration:none;
}
