@media screen {

/* ******************************* */
/* **** DISPLAY PAGES BORDERS **** */
	
	/* **** DISPLAY PAGES CONTAINER TO CENTER THE PAGE IN THE BROWSER WINDOW **** */
	#container-display {
    	min-width: 594px;
    	max-width: 830px;
    	width: auto !important;															/* IE6 Hack */
    	/*width: 825px;*/																	/* IE6 Hack */
    	width: 830px;
    	margin-left: auto;																/* Center Hack */
    	margin-right: auto;																/* Center Hack */
    	text-align: left;																/* Center Hack */
    	background: #FFF;
    	}
    
	/* Top Row Border */
	#display-toprow {
		float: left; 
		background: #FFF;
		height: 20px;
		}
	#top-left-display, #top-center-display, #top-right-display {
		height: 20px;
		float: left;
		}
	#top-left-display {
		width: 20px;
		background: url('../images/pagecorners/upleft-display.gif') no-repeat top left;
		}
	#top-center-display, #bot-center-display {
		width: 790px; /*755px;*/
		}
	/*#top-center-display	{
		background: url('../../images/pagecorners/side-up.gif') repeat-x left;
		}*/
	#top-right-display {
		width: 20px;
		background: url('../images/pagecorners/upright-display.gif') no-repeat top right;
		}
		
	/* Center Row */
	#display-center {
		background: #FFF; 
		width: 710px;																	/* #display-center: width = #container-display:width# - display-center: padding-left */ 
		float: left;
		text-align: center;
		padding-left: 60px;
		padding-right: 60px;
		}
						
  	/* Bottom Row Border */
	#display-botrow {
		float: left; 
		background: #FFF; 
		height: 20px;
		}
	#bot-left-display, #bot-center-display, #bot-right-display {
		height: 20px;
		float: left;
		}
	#bot-left-display {
		width: 20px;
		background: url('../images/pagecorners/lowleft-display.gif') no-repeat bottom left;
		}
	/*#bot-center-display {
		background: url('../../images/pagecorners/side-up.gif') repeat-x left;
		}*/
	#bot-right-display {
		width: 20px;
		background: url('../images/pagecorners/lowright-display.gif') no-repeat bottom right;
		}
			
			
} /* Do Not Remove. Closing curly brace of @media screen. */