/* elements */
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 76%;
	color: #fff;
	background-color: #000;
	text-align: center;
}
/* id's */
table#main {
	text-align: left;
	width: 500px;
	background: #033;
	margin: 40px auto;
}
table#main tr td.image {
	text-align: center;
}
table#main tr td img {
	margin: 20px 0;
}
table#main tr td div {
	margin: 0px 20px 20px 20px;
}
a:link, a:visited, a:active {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #F6F6E9;
}