body {
	background-color: #666666;
	background-image: url(pattern.gif);
	background-position: top center;
	background-repeat:repeat-x repeat-y;
	overflow-y: scroll;
}

#content {
	margin: 20px auto 20px auto;
	width: 1200px;
}