body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-repeat: repeat-y;
	background-color: #912300;
	background-position: center;
	}
	
#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}
