body {
	background-color: #B9BABA;
	text-align: center;
	margin: 0 auto;
}
.main {
	width: 450px;
	margin: 0 auto;
}
td img {
	display: block;
}
img {
	border: 0;
}
#text {
  border: 1px #737373 solid;
  padding: 2px;
  background-color: #d2d2d2;
  font-family: Verdana;
  font-size: 12px;
  position: absolute;
  top: 10;
  left: 10;
  width: 350px;
  text-align: left;
}
#text a {
  font-family: Verdana;
  font-size: 12px;
  text-align: left;
  color: black;
  display: block;
  text-decoration: none;
}
#text a:hover {
background-color: #e1e1e1;
}
