html, body {
	margin: 0;
	padding: 0;
}
#page-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 1048px;
	height: 550px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 125%;
}

td {
	background-color: none;
}
