html, body
	{
	  width: 100%;
	  height: 100%;
	}

body
	{
	  margin: 0;
	  padding: 0;
	  min-width: 1000px;
	}

#main_table
	{
	  width: 100%;
	  height: 100%;
	}

#header
	{
	  height: 139px;
	}


#footer
	{
	  height: 60px;
	  text-align: right;
	  vertical-align: center;
	}

#header, #center
	{
	  vertical-align: top;
	}

#center_table
	{
	  width: 100%;
	  height: 100%;
	  empty-cells: show;
	}

#center_content
	{
	  vertical-align: top;
	  padding-bottom: 100px !important;
	}

#right
	{
	  vertical-align: top;
	  width: 200px;
	  padding: 10px;
	}
	
