#container {
	width:900px;
	background-color:#DFDFDF;
	background-image:url(../images_background/container_backgnd.jpg);
	background-repeat:repeat-y;	

	/* Make room for the black bar at the top of the screen. */
	/* Auto: responsible for centering "container" in browser window. */
	margin:10px auto;
	text-align:left;
}
