body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	position: relative;
}
#container{
	width: 800px;
	text-align: left;
	margin: auto;
	position: relative;
}
#content { /* this is the cell for the users to put their content in */
	left: 0px;
	position: absolute;
	top: 0px;
}