	@import url(topmenu_silver.css);	/*must be placed at the top */

	body { /* covers the entire screen */
		background-color:#99ff99;		
	}

	.pagecontent { /* covers all content, but not the margin */
		border: 15px solid #ffffcc;
		border-width: 2 15 2 15;
		background:#ff9 url(../images/backgrounds/longshade_yellow.jpg);
		background-repeat : repeat-x;
	}