
body {
	background: #FFFFEE;
	background-image: url("../img/bgRepeat.gif");
	background-repeat: repeat-y;
  background-position: center;	
	text-align: center;

	}

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	}
	
