/*------------------------------------------------
Global page formatting
------------------------------------------------*/
body {
	background-color: #493B30;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container {
	width: 766px;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
}