/* CSS Document */
html, body { margin: 0; }
#container {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}
