/*Colors
 * Orange:		#ff6700
 * Yellow:		#fdca34
 * Brown:		#7f3503
 * Green:		#21cf17
 * Green-Dark:	#078500
 * Grey-Light:	#cfcecd
 */

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	font-weight:normal;
}

img {
	border:0;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration:none;
	color:#21cf17;
}


html,body {
    margin:0;
    padding:0;
    /*background: #e03ec5;*/
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:20px;
    color:white;
}

body {
	background: #e700d9 /* url('../images/background.jpg') no-repeat scroll center top*/;
	margin:0 auto;
	min-width:1020px;
}

header {
	margin:0 auto;
	padding:0px 0;
	min-width:1020px;
}


header h1 {
	text-indent:-9999px;
	float:left;
	display:none;
}


#logo {
	border:0;
	width:800px;
	height:222px;
	margin:10px auto;
	border:0;
}

#download {
	border:0;
	width:520px;
	margin:0px auto 10px;
	width:1000px;
	text-align:center;
}

#download img {
	vertical-align:middle;	
	max-height:80px;
}

.content {
	margin:0 auto;
	padding:0 10px;
	width:1000px;
	min-width:1000px;	
}

#main_graphic {
	margin:0 10px 30px;
	width:980px;
}

#main_graphic img {
	border:0;
	margin:0 auto;
	width:980px;
	height:600px;
}

article {
	float:left;
	width:645px;
	margin-right:25px;
	padding-top:50px;
}

h2 {
	text-align:left;
	font-size:38px;
}

h3 {
	text-align:left;
	font-size:20px;
}

article p {
	margin-top:20px;
}

#play_now {
	border:0;
	float:right;
	width:310px;
	padding-top:50px;
}

#upper_right {
	width:300px;
	height:300px;
	position:fixed;
	top:0;
	right:10px;
	z-index:999;
}

footer {
	clear:both;	
}

.single_column {
	display:inline-block;
	width:300px;
	margin:50px 12px 10px 12px;
	font-size:18px;
}

.single_column h3{
	margin:0 auto;
	text-align:center;
}


.footer_content {
	width:300px;
	
	padding:20px 0;
}

.footer_content img {
	border:0;
}

.footer_icon {
	float:left;
	width:65px;
	height:65px;
	margin:0 10px 20px 0;
}

.footer_icon_description {
	float:right;
	width:225px;
	height:65px;
	margin-bottom:20px;
}

.footer_icon_description h1 {
	font-size:24px;
	color:white;
}

.footer_icon_description p, .footer_icon_description a {
	font-size:14px;
	color:white;
}

#more_games {
	background:#EEE;
	border-top:1px #CCC solid;	
	border-bottom:1px #CCC solid;
	padding:20px 0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

#more_games h1{
	font-size:20px;
	text-transform:none;
	margin:0 0 5px 5px;
}

.more_content {
	display:inline-block;
	width:320px;
	
}

.more_content img {
	width:320px;
	height:425px;	
}

#copyright {
	clear:both;
	width:980px;
	margin:0 auto 40px;
}

#copyright a {
	color:#FFF;
}

#copyright span {
	margin-left:320px;
	font-size:14px;
}

#privacy {
	background:rgba(255,255,255,0.9);
	padding:10px;
	font-size:16px;	
	color:#707070;
}
