@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	background:#292e36;
	/**background:url(images/bg_repeat.gif) top repeat-x;/**/
	font-family:"Helvetica Neue", "Helvetica", "Arial", "Sans serif";
	font-size:12px;
	color:#ced6df;
}

h1, h2, h3, h4, h5, h6 {
	color:#dede00;
	-webkit-text-stroke:1px transparent;
}

h2, h3, h4, h5, h6 {
	margin-bottom:0px;
}

img {
	border:none;
}

a {
	color: #dfdf00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-size:14px;
}

hr {
	/**border:1px dashed #ced6df;/**/
	border:1px dashed #dede00;
	border-collapse:collapse;
	display:none;
}

#warper {
	margin:0 auto;
	width:1000px;
	height:530px;
	margin-top:25px;
	background:url(images/iPhone.png) top left no-repeat transparent;
}

#player {
	width:200px;
	height:300px;
	margin:81px 0px 0px 269px;
	float:left;
}
#player a {
	display:block;
	width:200px;
	height:300px;
	background:url(images/gameplay_btn.png) transparent;
}
#player a:hover {
	background-position:-200px;
}

#content {
	padding-left:520px;
}

#download {
	display:block;
	width:274px;
	height:80px;
	background:url(images/download_btn_all.png) transparent;
}
#download:hover {
	background-position:-274px;
}

#how {
	/**background:#24272d;/**/
	/**background:url(images/bg_how_02.gif) top repeat-x;/**/
}

#how_content {
	margin:0 auto;
	width:1000px;
	padding:10px 0px 20px 0px;
}	
#left {
	float:left;
}
#right {
	float:right;
}

#scores {
	/**display:none;/**/
	/**background:url(images/bg_how.gif) top repeat;/**/
}

#scores_content {
	margin:0 auto;
	width:1000px;
	padding:10px 0px 20px 0px;
}

#games {
	font-size:10px;
}
#games ul {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#games ul li {
	float:left;
}
#games ol {
	list-style:none;
	padding:0px 20px 0px 0px;
	margin:0px 0px 0px 0px;
}
#games ol li {
	clear:both;
}

#footer {
	/**background:#24272d;/**/
	/**background:url(images/bg_body.gif) top repeat-x;/**/
	background:url(images/bg_how_02.gif) top repeat-x;
	bottom:0;
	right:0;
	position:fixed;
	width:100%;
}

#footer_content {
	margin:0 auto;
	width:1000px;
	padding:10px 0px 20px 0px;
}

#clear {
	clear:both;
	height:20px;
}






