#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	min-height: 100%;
        text-align: center;
}
body
{
  height: 100%;
  margin:0px;
  padding:0;
  text-align:center;

}

html {
  height: 100%;
}

* html #content
{
  height: 100%
}

.center_table
 {
margin-left: auto;
margin-right: auto;
width:800px;
position:relative;
text-align:center;
background-image: url("images/background.jpg");
background-repeat: repeat-y;
}

.top_spacer
{
  width: 100%;
  height: 15px;
  background-color: transparent;
}

.page_span
{
  width: 100%
  height: 527px;
  background-image: url("images/background.jpg");
  background-repeat: repeat;
}

.full_page
{
  width: 100%;
  height: 100%;
  background-image: url("images/background.jpg");
  background-repeat: repeat;
}