html {
	height:100%;
}
body {
	/*background-image:url(http://www.gamesfree.ca/V2.0/bg2.jpg);*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #000000;
	text-align:center;
	color:#FFF;
	height:100%;
	margin:0px;
}
#menu {
	font-family:"Arial Black";
	background-color: #000;
	height:29px;
	width:990px;
	margin:auto;
}
.menu_button {
	font-family:"Arial Black";
	background-color: #000;
	float:left;
	padding-left:7px;
	padding-right:7px;
	line-height:29px;
}
.clear{
	clear:both;
}
h1 {
	font-size:16px;
	font-family:"Arial Black";
}
a:link {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
#wrapper {
	position:relative;
	width:990px;
	margin:0 auto;
	background:#000000;
}
#header {
	margin:0 auto;
}
#left_content {
	float:right;
	width:668px;
	height:100%;
	background:#000000;
}
#right_content {
	width:322px;
	float:left;
	background:#000000;
}
.left_content_title {
	height:60px;
	font-family:"Arial Black";
	font-size:16px;
	float:left;
	line-height:60px;
	margin-left:30px;
}
.left_cat_title {
	height:60px;
	font-family:"Arial Black";
	font-size:14px;
	float:left;
	line-height:60px;
	margin-left:30px;
}
.view_all {
	float:right;
	text-align:right;
	line-height:60px;
	margin-right:30px;
}
.games_content {
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	
}
.games_content_top {
	background-image:url(http://www.gamesfree.ca/images/cat_img/bg_top_games.gif);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:auto;
	height:auto;
}
.content_box_head {
	background-image:url(http://www.gamesfree.ca/new_shit/case_default.gif);
	background-repeat:no-repeat;
	width:668px;
	height:100%;
}
.content_box_footer {
	background-image:url(http://www.gamesfree.ca/new_shit/case_default.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:668px;
	height:20px;
}
.cat_box_head {
	background-image:url(http://www.gamesfree.ca/new_shit/case_220.gif);
	background-repeat:no-repeat;
	width:220px;
	height:100%;
}
.cat_box_footer {
	background-image:url(http://www.gamesfree.ca/new_shit/case_220.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:220px;
	height:20px;
}
.right_box_head {
	background-image:url(http://www.gamesfree.ca/new_shit/case_322.gif);
	background-repeat:no-repeat;
	width:322px;
	height:100%;
}
.right_box_footer {
	background-image:url(http://www.gamesfree.ca/new_shit/case_322.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:322px;
	height:20px;
}
#pagination {
	text-align:right;
	overflow:hidden;
}
.cat_box {
	float:left;
	width:220px;
	height:auto;
	overflow:auto;
	margin:1px;
}
.cat_img {
	float: left;
	height: 85px;
	width: 110px;
}
.our_games_img {
	float:left;
	height: 85px;
	width: 110px;
}

.footer_text {
	font-family:"Arial Black";
	font-size: 11px;
	text-align:center;
}
/* Play page */

#vote {
	background-image:url(http://www.gamesfree.ca/new_shit/case_322x150.gif);
	background-repeat:no-repeat;
	float:left;
	width:322px;
	height:150px;
}
.vote_icon {
	float:left;
	width:50px;
	margin:3px;
}
#play {
	float:left;
	margin-left:24px;
	width:322px;
	height:150px;
}
#game_img {
	float:left;
	width:200px;
	height:150px;
	margin-left:15px;
}
#play_now {
	float:left;
	width:54px;
	height:150px;
	margin-left:14px;
}
.left_content_box_head {
	background-image:url(http://www.gamesfree.ca/new_shit/case_content_644x400.gif);
	background-repeat:no-repeat;
}
.left_content_box_footer {
	background-image:url(http://www.gamesfree.ca/new_shit/case_content_644x400.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:20px;
}
#game_title {
	font-size:16px;
	font-weight:bold;
	font-family:"Arial Black";
	padding-top:10px;
}
#comment_content {
	padding-top:20px;
	height:100%;
}
#comment_captcha {
	float:left;
	margin-left:10px;
	width:300px;
}
#comment_left_ad {
	width:336px;
	height:100%;
	float:left;
	padding-left:20px;
}
#show_comment {
	width:680px;
}
.play_more_game {
	float: left;
	height: 85px;
	width: 110px;
	padding-top:15px;
}
/* Where you play the game */

#game_content {
	width:990px;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	color:#000000;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	color:#000000;
	width:300px;
}

/*custom Page */
.cp_content {
	overflow:hidden;
	margin:0 auto;
	text-align:left;
	padding-left:15px;
	padding-right:10px;
}

