body {
	margin: 0 auto;
	padding: 0;
	font-family: monaco;
	font-size: 16px;
	background: #5B95BB;
	color: #540000;
    background:url(../images/background2.jpg) fixed;
}


#page_wrapper{
    margin: 0 auto;
	padding: 0;   
    height: auto;
    width: 1300px;
}

#header_wrapper{
    margin: 0 auto;
	padding: 0;     
    height: 250px;
}

#header_container {
    width: 1024px;
	margin: 0 auto;
	padding: 0;
}

#header_top_left {
	height: 65px;
	background-color: #B7E2F9;
	margin: 0 auto;
	float: left;
}

#header_top_middle {
	height: 65px;
	background-color: #B7E2F9;
	margin: 0 auto;
	width: 266px;
	float: left;
}

#header_top_right {
	height: 65px;
	background-color: #B7E2F9;
	margin: 0 auto;
	width: 758px;
	float: right;
}

#header_content {
	height: 150px;
	margin: 0 auto;
	color: #24495E;
}

#header_content a {
	display: block;
	text-decoration: none;
	color: #24495E;
	cursor: pointer;
}

#header_title {
	width: 720px;
	height: 40px;
	top: -145px;
	left: 279px;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	z-index: 100;
}

#logo {
	width: 100px;
	height: 150px;
}

#logo_img {
	width: 100px;
	height: 100px;
	position: relative;
	left: 50px;
	top: -166px;
	background-image: url(../images/logo_h100.png);
	background-repeat: no-repeat;
}

#logo_dophy {
	position: relative;
	top: -258px;
	left: 137px;
	font-size: 33px;
	font-weight: 900;
	text-shadow: 2px 2px 3px #C5C7C5;
}

#logo_games {
	position: relative;
	top: -267px;
	left: 113px;
	font-size: 33px;
	font-weight: 900;
	text-shadow: 2px 2px 3px #C5C7C5;
}

#oval {
	width: 240px;
	height: 104px;
	background: #B7E2F9;
	border-radius: 150px / 50px;
	position: relative;
	left: 41px;
	top: -67px;
	-ms-transform: rotate(-10deg);
	/* IE 9 */
	-webkit-transform: rotate(-10deg);
	/* Safari */
	transform: rotate(-10deg);
	z-index: -100;
}

#top_title {
	width: 755px;
	position: relative;
	text-align: center;
	font-weight: bold;
	top: 12px;
	font-size: 28px;
}

#menu_top {
	height: 20px;
	text-align: center;
	color: #FF0000;
	padding-top: 2px;
	font-weight: bold;
	font-size: 20px;
}

#menu_top_sep {
	height: 15px;
}

#menu {
	width: 755px;
	text-shadow: 2px 2px 3px #C5C7C5;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	color: #24495E;
	text-align: center;
	padding: 2px 12px 0 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bolder;
	cursor: pointer;
	border-right: 2px solid #A60101;
	height: 20px;
}

#menu li a.lastMenu {
	border-right: 0px;
}

#menu li a:hover {
	color: #540000;
}


#header_Adv {
	width: 720px;
	height: 80px;
	top: -140px;
	left: 140px;
	position: relative;
	text-align: center;
	z-index: 100;
}

.drop_shadow {
	-webkit-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.69);
	-moz-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.69);
	box-shadow: 3px 3px 14px 1px rgba(0, 0, 0, 0.69);
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.69);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.69);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.69);
}


.clearfix {
	clear: both;
}


#content_wrapper{
    margin: 0 auto;
	padding: 0;   
    height: auto;
}

#main_container{
    margin: 0 auto;
	padding: 0;   
    width: 1024px;
}

#right_ad{
    width: 120px;
    height: 700px;
    margin: 0 auto;
	padding: 0;
	position: relative;
    float: right;
    z-index: 100;    
}

#left_ad{
    width: 120px;
    height: 700px;
    margin: 0 auto;
	padding: 0;
	position: relative;
    float: left;
    z-index: 100; 
}

#main_content{
	margin: 0 auto;
	padding: 0;
	height: auto;
    width: 770px;
    position: relative;
    float: left;
    left: 6px; 
}

#main_Adv {
	width: 720px;
	height: 80px;
	position: relative;
	text-align: center;
	z-index: 100;
    left: 20px;
}

#games {
	margin: 1rem 0;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	-webkit-column-width: 25%;
	-moz-column-width: 25%;
	column-width: 25%;
}

.tile {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	text-align: center;
}

.tile:hover {
}

.scale-anm {
	transform: scale(1);
}

.tile img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.tile a {
	text-decoration: none;
	max-width: 100%;
	width: 100%;
	height: auto;
	color: #FFFFFF;
}

.tile a:hover {
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}


#game_main_content{
	margin: 0 auto;
	padding: 0;
	height: auto;
}

#StoresContainer {
	width: 1024px;
	margin: 0 auto;
	padding: 5px;
    height: 120px;
}

#googleplay {
	width: 400px;
	float: left;
	padding: 2px;
	position: relative;
}

#applestore {
	width: 400px;
	float: right;
	padding: 2px;
	position: relative;
}

#gameMainContainer {
	height: 700px;
}

.html5_adjustement{
    position: relative; 
    left:-150px; 
}

#gameContainer{
    width: 1024px; 
    height: 600px
}

#footer_wrapper{
    margin: 0 auto;
	padding: 0;
    padding-top: 10px;
    height: auto;
    width: 1024px;
}

#footer_ads{
    margin: 0 auto;
	padding: 10px;    
    height: 350px;
}

#footer_Adv_rect_right {
	width: 320px;
	float: right;
	padding: 2px;
	position: relative;
}

#footer_Adv_rect_left {
	width: 320px;
	float: left;
	padding: 2px;
	position: relative;
}

#footer_Adv_horiz {
	width: 720px;
	text-align: center;
	position: relative;
	left: 150px;
	margin-top: 20px;
}

#footer_content{
    margin: 0 auto;
	padding: 0;    
    height: auto;
}

#footer_content_text {
	margin: 0 auto;
	font-size: 14px;
}

#footer_copyright{
	margin: 0 auto;
	padding: 0px;
	height: 50px;
	background-color: #B7E2F9;
	color: #24495E;
	text-align: center;
}

#copyright {
	margin: 0 auto;
	font-size: 14px;
	position: relative;
	top: 20px;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: monaco;
	font-size: 16px;
	background: #5B95BB;
	color: #540000;
	background: url(../images/background2.jpg) fixed;
}
