/* center.css */

/* link in this stylesheet last, and the website 
should be centered instead of left justified. */

body {
	text-align: center;
}

#outer {
	position: relative;
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}