body {
	padding: 0;
	margin: 0;
	background-color: #000;
}

.buttons {
	display: inline;
	width: 605px;
	position: absolute;
	margin-left: -290px;
	left: 50%;
	top: 20%;
	margin-top: 50px;
	z-index:0;
	text-align: center;
}

.img {
opacity: 1.0;
	filter: alpha(opacity=100);
}

.img :hover {
opacity: 0.8;
	filter: alpha(opacity=80);
}




body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #747476;
}
a:link {
	color: #6E7780;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6E7780;
}
a:hover {
	text-decoration: underline;
	color: #8F979E;
}
a:active {
	text-decoration: none;
	color: #6E7780;
}