/*//////////////////// containers /////////////////*/
* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
#wrapper{
	/* repeat this header for super-wide resolutions */
	background-repeat: repeat-x; !important
	
	/* prevent overflow margin on right side for sime browsers */
	overflow:hidden;
}

/* dynamic section (top) */
#dynamic-container{
	height:100%;
	width:100%;
	min-width:640px;
	min-height:520px;
}

#static-container{
	width: 100%;
	padding: 20px 0 40px 0;
}
#static-content{
	width: 740px;
}
#game-column{
	width: 100%;
}

#divider-column #divider{
	height: 100%;
}

#ad-column{
	overflow: hidden;
}

/* embed game popup */
#embed-popup{
	width: 100%
}
#watch-embed-code{
	width: 100%;
}
	
/* thumbnails */
.thumbnails-td{
	width:236px;
}

/* footer */
#footer{
	width: 100%;
}


/*********************************
	FULL SCREEN HACK! 
*********************************/
/* 
	push the game DOWN this amount to
	make room for the website header
*/
.headerSize{
	height: 70px;
}
/*
	push "bottom edge" of the game UP this amount
	so that it stays above the fold
	
	this should ALWAYS be AT LEAST the "headerSize"
*/
.topOffset{
	margin-bottom: -74px;	/* this is NEGATIVE */
}
.bottomOffset{
	padding-bottom:74px;	/* this is POSITIVE */
}

