
/* Customize the following line to over-ride CSS. */
	#main {
					top:-60px; /*Moves main content up.  Will overwrite css.  Customize based on Main Content*/
					/* height:520px; */   /*set to  lock custom size  for main content. Comment out for auto-flow.*/
				} 

/*Set Active Menu Item*/
	#video a { background-image:url('../images/buttons/but_blk_video.png'); }
	#video a:hover { background-image:url('../images/buttons/but_blk_video.png'); }
				
/* Page Container and edge images*/
		 #appspace {
		 	background-repeat: no-repeat;
			height:400px;
			position:relative;
			top:5px;
			width:808px;
			z-index: 1;
		}
		#appspace_top {
			background-image: url('../images/containers/game_frame_top_ds.png');
		    height:30px;
			position:absolute;
			width:695px;
			left:-27px;
			top:-31px;
			z-index: 10;
		}
		#appspace_bot {
			background-image: url('../images/containers/game_frame_bot_ds.png');
		    height:30px;
			position:absolute;
			width:695px;
			left:-27px;
			top:479px;
			z-index: 20;
		}		
		#appspace_left {
			background-image: url('../images/containers/game_frame_left_ds.png');
		    height:480px;
			position:absolute;
			width:28px;
			left:-28px;
			top:-1px;
			z-index: 30;
		}
		#appspace_right {
			background-image: url('../images/containers/game_frame_right_ds.png');
		    height:480px;
			position:absolute;
			width:28px;
			left:640px;
			top:-1px;
			z-index: 40;
		}