<!--

body 
{ 
margin: 0px;
background-color: transparent;
background: url('../images/main-table-bg.jpg') repeat-x 0% center;
font-size: 62.5%;

background-image: url('../images/main-table-bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-attachment: scroll;
background-position: top center;
background-repeat: repeat-x;


}

img
{
border: none;
}

table
{ 
border-collapse: collapse; 
} 

h1
{
font-family: arial, sans-serif, verdana;
font-size: .9em;
font-weight: bold;
color: #000;
display: inline;
text-align: center;
}

a:link, a:visited, a:active  {
	color: #000;
	text-decoration: underline; 
}

a:hover {
	color: #000;
	text-decoration: none; 
}




-->