@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
	font-size:1px;
}
body {
	background:#1A1008;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	width:900px;
	margin:0px auto;
	padding:0px;
}
.row {
	width:auto;
}
.row img {
	float:left;
}
.play-button {
	height:69px;
	width:258px;
	position:absolute;
	top:700px;
	left:570px;
}
#content {
	width:800px;
	margin:10px auto;
	font-size:12px;
	line-height:18px;
}
#content p {
	color:#FFFFFF;
	margin:10px 0px;
}
#content p a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#content p a:hover {
	color:#1C839A;
	text-decoration:none;
}
#content ul {
	list-style:disc;
	margin:10px 20px;
}
#content ul li {
	color:#000000;
}
#content h1 {
	color:#FCB94D;
	text-transform:uppercase;
	margin:20px 0px;
}
#content h1 a {
	color:#FCB94D;
	text-decoration:none;
}
#content h1 a:hover {
	color:#FFFFFF;
}
#footer {
	height:50px;
	margin:15px 0px 0px 0px;
	border-top:double 3px #FFFFFF;
}
#footer p {
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	line-height:50px;
}
#footer p a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#footer p a:hover {
	color:#1C839A;
	text-decoration:none;
}
.free-game {
	width:420px;
	height:320px;
	margin:0px auto;
}
.right-img {
	float:right;
	margin:10px 0px;
}
.left_img {
	float:left;
	border:solid #CCCCCC 1px;
	padding:3px;
	margin:10px 5px 0 20px;
}
.right_img {
	padding: 3px;
	float: right;
	border: 1px solid #CCCCCC;
	margin:10px 20px 0 0;
}
