body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px/1.4em "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
	background: #000 url("../images/bg-body.jpg") no-repeat center top;
}
* {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1em 0;
}
a {
	color: #ce1616;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

/* STRUCTURE */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 946px;
	text-align: left;
	background: #d3e1e4 url("../images/bg-content-middle.gif") repeat-y right top;
}
	#header {
		margin: 0;
		padding: 0;
		height: 437px;
		background: url("../images/bg-header.jpg") no-repeat center top;
	}
		#btn-home {
			display: block;
			height: 304px;
			text-indent: -999em;
			overflow: hidden;
		}
		#link-faq {
			margin: 20px 0 0 310px;
			float: left;
			height: 75px;
			width: 130px;
			text-indent: -999em;
			overflow: hidden;
		}
		#link-appstore-header {
			margin: 20px 0 0 67px;
			float: left;
			height: 63px;
			width: 200px;
			text-indent: -999em;
			overflow: hidden;
		}
	
	#content {
		clear: both;
		overflow: hidden;
		background: url("../images/bg-content-top.jpg") no-repeat center top;
	}
		#content #content-left {
			margin: 0;
			padding: 0;
			float: left;
			width: 200px;
		}
			#content-left #nav-left {
				margin: 60px 0 0 25px;
				padding: 0;
				list-style: none;
			}
				#content-left #nav-left li {
					margin: 1em 0;
					padding: 0;
				}
				#content-left #nav-left a {
					margin: 0;
					font: bold 23px "Gill Sans MT", "Trebuchet MS", Arial, sans-serif;
					color: #000;
					text-shadow: 2px 2px 2px #999;
					text-decoration: none;
				}
				#content-left #nav-left a:hover {
					margin-left: 2px;
				}
				#content-left #nav-left a:active {
					text-shadow: 1px 1px 1px #999;
				}
				#content-left #nav-left li.active a {
					color: #ce1616;
				}
	
		#content-left #twitter {
			margin: 25px 0 0 20px;
		}
		
		#content #content-right {
			margin: 0;
			padding: 50px 50px 0 0;
			float: left;
			width: 696px;
		}
			#content-right .home {
				padding-top: 330px;
				background: url("../images/home-iphone-promo.jpg") no-repeat left top;
			}
			
			#content-right dl {
				margin : 0;
				padding: 0;
			}
				#content-right dt {
					font-weight: bold;
				}
				#content-right dd {
					margin: 0 0 1em 0;
					padding: 0;
				}
			#content-right #fanstuff-intro p {
				margin-left: 20px;
				padding-top: 70px;
				float: left;
				width: 350px;
			}
			#content-right #fanstuff-intro {
				margin-bottom: 25px;
			}
				#content-right #fanstuff-videos .video {
					text-align: center;
				}
	#footer {
		clear: both;
		height: 350px;
		background: #000 url("../images/bg-content-bottom.jpg") no-repeat center top;
	}
		#link-appstore-footer {
			margin: 83px 0 0 27px;
			float: left;
			height: 54px;
			width: 888px;
			text-indent: -999em;
			overflow: hidden;
		}
		#footer-review {
			clear: both;
			padding-top: 50px;
		}
		#footer-logos {
			margin-top: 20px;
			height: 100px;
		}
			#footer-logos a#logo-gamesclub {
				float: left;
			}
			#footer-logos a#logo-jaludo {
				float: right;
			}
			#footer-logos a img {
				border: 0;
			}
	
	
/* SCREENSHOT SLIDER - START */
#screenshots {
	margin: 0;
	padding: 0;
}
	#screenshots #screenshot-left,
	#screenshots #screenshot-right {
		padding-top: 90px;
		float: left;
		width: 60px;
	}
	#screenshots #screenshot-middle {
		margin: 0;
		padding: 0 30px;
		float: left;
		width: 500px;
	}
		#screenshot-slider {
			margin: 0;
			padding: 0;
			list-style: none;
		}
			#screenshot-slider li {
				margin: 0;
				padding: 300px 0 0 0;
				height: 100px;
			}
				#screenshot-slider li .title {
					font-weight: bold;
				}
				#screenshot-slider li .tip {
					color: #eb1d1d;
				}
/* SCREENSHOT SLIDER - END */

/* HIGHSCORES TABLE - START */
form#highscore-search {
	text-align: center;
	margin-bottom: 25px;
}
	form#highscore-search label {
		margin-bottom: 10px;
		display: block;
		font-size: 23px;
		font-weight: bold;
		color: #a91200;
	}
	form#highscore-search input.text {
		padding: 5px 10px;
		height: 20px;
		font-size: 15px;
		border: 1px solid #999;
	}
	form#highscore-search input.submit {
		
	}
p.highscore-search-result {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}
table#highscores {
	clear: both;
	width: 698px;
}
	table#highscores tr.top td,
	table#highscores tr.bottom td {
		padding: 0;
		height: 30px;
	}
	
	table#highscores th {
		padding: 4px 0 3px 10px;
		background: #646371;
		color: #000;
		text-transform: uppercase;
	}
	table#highscores td {
		padding: 3px 0 2px 10px;
		height: 21px;
		color: #fff;
	}
		table#highscores td small {
			color: #aaa;
		}
	table#highscores tr th,
	table#highscores tr.first td,
	table#highscores tr.even td,
	table#highscores tr.odd td {
		border-right: 3px solid #282732;
	}
	table#highscores tr.even td {
		background: #363541;
	}
	table#highscores tr.odd td {
		background: #464552;
	}
	table#highscores tr.pages td {
		padding-top: 15px;
		background: #282732;
	}
		table#highscores tr.pages td a {
			color: #fff;
		}
		table#highscores tr.pages td.align-right {
			padding: 3px 10px 2px 0;
		}
	table#highscores tr.first td {
		padding: 0 0 0 10px;
		border: 0;
		font-weight: bold;
		height: 22px;
		background: url("../images/highscore-active.png") repeat-x center top;
	}
		table#highscores tr.first td,
		table#highscores tr.first td small {
			color: #68570a;
		}
/* HIGHSCORES TABLE - END */

/* GENERAL STUFF */
.hidden {
	display: none;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
