html, body {
text-align: center;
}
p {text-align: center;}

body {
	margin: 0;
	padding: 0;
	background: #fcfbe6;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #000000;
}


html, body {
text-align: left;
}
p {text-align: left;}


#page
{
  margin: 0 auto 0 auto; 
  margin-top:5px;
  display: block; 
  height:auto;
  position: relative;
  overflow: left; 
  width: 921px;
}
