body {
	font-size: 62.5%;
	background: #333;
	color: #333;
	margin: 20px 0;
	font-family: verdana, arial, tahoma, serif;
	text-align: center;

}

#site{
	width: 870px;
	text-align: left;
	margin: 0 auto; 
	background: #FFF;
}

#content {
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 10px 0;

}
#footer {
	clear: both;
	margin: 0 35px;
	text-align: right;
	padding: 5px 0;
	border-top: 1px solid #CCC;
	}

.txt{
	font-size: 1.2em;
	margin: 20px 0;
}
a,
a.link,
a.visited {
	color: #000;
	text-decoration: underline;
	
}

a img,
a:hover img,
a:active img,
a img:hover,
a img:active,
a.img:hover,
a.img:active {
	background: transparent;
	border-width: 0px;
	}

table, td {
	border: 1px solid black;
	border-spacing: 0px;
}

table.center {margin-left:auto; margin-right:auto;}