body {
	margin: 0px;
	padding: 0px;
	background-image: url('../img/bg.png');
	background-repeat: repeat;
}
.content {
	width: 920px;
}
.content a:link img {
	border: 1px solid #d4a900;
	margin: 2px;
	padding: 1px;
	background-color: #000000;
	width: 170px;
	height: 210px;
}
.content a:visited img {
	border: 1px solid #d4a900;
	margin: 2px;
	padding: 1px;
	background-color: #000000;
	width: 170px;
	height: 210px;
	FILTER: gray;
}
.content img:hover {
	border: 1px solid #ffffff;
}
table td {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 10px;
}
table.maintop td {
	color: #b49002;
	text-align: left;
	font-size: 12px;
	padding: 0px;
}
table.maintop a {
	color: #d4a900;
	text-decoration: none;
}
table.maintop a:hover {
	text-decoration: underline;
}
#header {
	width: 100%;
	background-image: url('../img/head-bg.png');
	background-repeat: repeat-x;
}
#footer {
	width: 100%;
	background-image: url('../img/head-bg.png');
}