/* CSS Document */
body {
	background-image: url(pattern.gif);
	background-repeat: repeat;
	text-align: center;
	background-position: center top;
	margin: 20px 0px 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 498px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
