body {
	background-color: #FFFFFF;
	color: #eeeeff;
	background-image: url(images/panther.jpg);
	background-position : top;
	background-repeat : no-repeat;
	background-attachment: fixed;
}
img {
	border: none;
}

.table-content {
	background-color:#14283A;
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: thin;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: thin;
}

.table-menu {
	position: fixed;
	text-decoration: none;
}
.menulink {
	font:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-style:normal;
	text-decoration: none;
}
