/* Center the body for IE5/Win users */
body {
text-align: center;
}

/* 0px top and bottom, auto-fit the side-margins.
Specify a fixed-width in pixels (920px)
and then re-align the text. */
#container {
	margin: 0 auto;
	width: 900px;
	height: auto;
	text-align: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	word-spacing: normal;
