*
{
  margin: 0;
  padding: 0; 
  text-align: left;
  }

html
{ 
  margin: 0;
  padding: 0;
  height: 100%;         /* Firefox vertical scrollbar on */
  font-size: 100.01%;   /* IE extreme resizing bug + Opera rounding errors */
} 

body
{
  margin: 0;    /* seems to be mandatory to allow margin-bottom */
  min-height: 101%;  /* Firefox vertical scrollbar on */
  }

img
{ 
  border: 0; 
  }  /* IE hack ? */

fieldset
{
  border: 0 solid; 
  }  /* Opera hack */

ul
{ 
  list-style-position: inside; 
  list-style: none; 
  }

table
{ 
  font-size: 1em;  /* IE reset table font size */
  }

th.center, td.center
{ 
  text-align: center;
  }

/* IE only    => _properties: value */
/* Gecko only   => body>html #tag */
.clearfix:after
{
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
/* IE only    => _properties: value */
/* Gecko only   => body>html #tag */

/* Hides from IE-mac \*/
* html .clearfix
{
  height: 1%;
  }

.clearfix
{
  display: block;
}

#main footer .marque {
	text-align: center;
}

/* End hide from IE-mac */