html {
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(img/01.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}
.td01 {
	padding: 20px;
}
.link01 {
	color: #6E4E3E;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.link01:hover {
	color: #603913;
}
