@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #323230;
}

body {
	background: #fff;
}

#header {
	background: #fff;
}

#content {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background: #fff;
	margin: 0 0 20px 0;
}

.wrapper {
	width: 903px;
	margin: 0 auto;
	position: relative;	
}

a.theLogo {
	display: block;
	width: 180px;
	height: 60px;
	background: url(gfx/bestgames_common_sprite.jpg) no-repeat 0 0;	
}

#head_content {
	margin: 0 0 6px 0;
	height: 156px;	
}

#menu {
	color: #999;
	float: left;
	width: 183px;
	margin: 10px 0 0 0;
	background: url(gfx/bestgames_common_sprite.jpg) no-repeat 0 -72px;		
	border-right: 1px solid #333;
}

#sub_menu {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 3000;
	top: 198px;
	border: 1px solid #eee;
	border-width: 0 0 1px 0;
	padding: 0 0 1px 0;
}

#flash_banner {
	float: left;
	display: block;
	width: 719px;
	height: 156px;
}

#footer {
	background: #323230 url(gfx/footer_bg.png) repeat-x center top;
	min-height: 170px;
	height: auto !important;
	height: 170px;
}




/*** COLUMNS ***/

.column_2, .column_2_last {
	float: left;
	display: inline-block;
	width: 441px;
	margin: 0 21px 0 0;
}

.column_2_last {
	margin-right: 0;
}

.column_4, .column_4_last {
	float: left;
	display: inline-block;
	width: 210px;
	margin: 0 21px 0 0;
}

.column_4_last {
	margin-right: 0;
}



