/* 890 Pixel Fixed Width Layout */

/* Vertical page layout (portrait) */
/* Delete the link to this stylesheet in the head section */
/* of your webpage to make a flexible width page */
#wrapper {
	width: 890px;
	max-width: 890px;
	min-width: 890px;
	background: #999 url(../images/header/grayBck.jpg) top left no-repeat;
	margin: 0 auto;
}
