* {
	padding: 0;
	margin: 0;
}

#promotions .promo-copy {
	font-size: 20px;
}

a:link {
	color: #ffcc00;
}

a:hover {
	color: white !important;
}

a:visited {
	color: #ffcc00;
}

#header {
	height: 141px;
	background: url(../images/header.jpg) no-repeat;
}

#logo a {
	height: 141px;
	width: 280px;
	display: block;
	background-image: url(../images/logo.png);
	float: left;
}

#left-pr {
	margin-top: 60px;
	width: 290px;
	float: left;
	margin-left: 35px;
}

#right-pr {
	margin-top: 55px;
	float: right;
	width: 290px;
}

#promotions .free-ten {
	font-size: 50px;
	font-weight: bold;
}
#promotions .join {
	font-size: 26px;
}

.button {
	margin-top: 20px;
}

#promotions {
	color: white;
	width: 900px;
	height: 300px;
	background: url(../images/promotions.jpg) no-repeat;
}

#promotions p {
	font-size: 18px;
}

#promotions h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #9232cf;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#content {
	margin-top: 30px;
}

#content h1 {
	font-size: 32px;
	margin-bottom: 30px;
	color: #ffcc00;
}

#right-content h2 {
	font-size: 22px;
	margin-bottom: 20px;
	color: #ffcc00;
}

#content p {
	margin-bottom: 15px;
	color: white;
	line-height: 1.3em;
}

#left-content {
	float: left;
	width: 660px;
	
}
img {
	border: 0;
}

#right-content {
	float: right;
	width: 182px;
	
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.6em;
}

#footer p {
	color: silver;
	font-size: 9px;
	text-align: center;
}

#footer {
	margin-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
a span {
	display: none;
}

.clear {
	clear: both;
}

#nav {
	margin-top: 70px;
	float: right;
	font-size: 18px;
}

#nav .join a:link {
	color: #ffcc00;
	font-weight: bold;
}

#nav ul {
	margin: 0;
	padding: 0;
	
}

#nav li {
	display: inline;
padding: 8px;
}

#nav a:link {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline !important;
}

#nav a:visited {
	color: white;
	text-decoration: none;
}

.game {
	padding-top: 40px;
}

.game img {
	float: left;
	padding-right: 0;
	border: 1px solid #ffcc00;
}

.game-copy {
	width: 480px;
	float: right;
}

.game .playnow img {
	border: 0;
}

.game p {
	font-size: 14px;
}

.game h3 {
	color: #ffcc00;
	font-size: 16px;
	margin-bottom: 10px;
}

.news-list {
	margin-bottom: 30px;
	margin-top: 40px;
}

.news-list p {
	font-size: 12px;
}
.news-list h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.news-list h1 {
	margin-bottom: 30px;
	margin-top: 20px;
}













