body 
{
background: #000000 url('images/space.jpg') no-repeat top right;
margin:0px;
padding: 0px;
} 

a:link {color:#00ff00}      /* unvisited link */
a:visited {color:#00ff00}  /* visited link */
a:hover {color:#00ff00}  /* mouse over link */
a:active {color:#00ff00}  /* selected link */

table.mainMajor
{
table-layout:auto;
background-image:url('images/time.gif');
border: 0px;
background-position:top left;
background-repeat:no-repeat;
}

table.mainMinor
{
table-layout:fixed;
border: 0px;
}

table.mainCentral
{
table-layout:fixed;
border: 0px;
}

table.menu1
{
table-layout:fixed;
background-image:url('images/topspacer.gif');
background-repeat:repeat-x;
text-align:right;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
}

td.content
{
background:url('images/main.png') repeat-y top left;
text-align:left;
color: #ffffff;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
}

td.sidebar
{
background:url('images/main.png') repeat-y top left;
vertical-align: top;
color: #ffffff;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
}

