body {
	background: #9999CC;
}

div#mainContent {
  background-color: #FFFFFF; /* pale weak blue */
  border: solid 1px #000066; /* obscure dull blue */
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  height: 100%;
  width: 90%;
  }
div#mainContent * {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  }


#background{position:absolute; left:5%; top: 5%; z-index:2; width:90%; height:90%;}
#menuImg{z-index:;}

#mainTable{
	position:absolute;
	left:5%;
	top: 5%;
	width: 90%;
	height: 90%;
	border: 0;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	z-index:200;
}
#menuTable{
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center
}

#menuTd{
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center
}

div#menu {
    height: auto;
    width: 150px;
}
div#menu li {
    height: 40px;
    width: 125px;
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    line-height: 200%;
    list-style-type: none;
    background-image: url(images/button.gif);
    background-repeat: no-repeat;
}
div#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
div#menu li a:link {
    color: blue:
}
div#menu li a:visited {
    color: #900;
}
div#menu li a:hover {
    font-weight: bold;
    color: red;
}

div#menu li a:active {
    font-weight: bold;
    color: red;
    background-image: url(images/button_down.png);

    background-repeat: no-repeat;
}