body {
	text-align: center; /* required for centering the page in IE */
	background-color: #ebebeb; 	/* Overall page background */
	background-image: url(imgs/bkgd.jpg);
	background-repeat: repeat-x;
	}
#wrapper {
	width: 850px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	background: url(imgs/bg.gif) repeat-y;
	border: 1px solid #000;
	}
#header {
	border-bottom: 1px solid #000;
	}
#left {
	float: left;
	width: 599px;
	}
#right {
	width: 249px;
	float:right;
	}
#footer {
	clear:both;
	background: #123a77;
	color: #FFF;
	padding: 1em;
	text-align: right;
	border-top: 1px solid #000;
	}
