body
{
  background: #ffffff;
  padding: 4px;
  margin: 0px;
	font: 12px sans-serif;
	text-align: center;
}
#container
{
  margin: 0 auto;
  width: 750px;
  text-align: justify;
}
#content
{
  margin-top: 8px;
  width: 750px;
}
#columnContent
{
  position: absolute;
  margin: 0px 0px 0px 0px; /* top, right, bottom, left */
  width: 600px;
}
#columnExtras
{
  position: absolute;
  margin: 0px 0px 0px 600px; /* top, right, bottom, left */
  width: 150px;
}
#columnFull
{
  position: absolute;
  margin: 0px 0px 0px 0px;
  width: 750px;
}

