html, body {
	background-color: #FFFFFF;
	color: #808080;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	min-width: 770px;
}
html {
	font-size: 69%;
	height: 100%;
}
table, button, input, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a {
	color: #CC0000;
}
a:hover {
	color: #FF0000;
}
a:active, a:visited {
	color: #660000;
}
h1 {
	color: #A0A0A0;
	font-size: 127%;
}

table#main {
	background: url(bg.jpg) no-repeat center 50px;
	height: 80%;
	width: 100%;
}
td#cell {
	padding: 180px 20px 70px;
	text-align: center;
	vertical-align: top;
}
div#comment {
	color: #CCCCCC;
	font-size: 91%;
	line-height: 1.5em;
	margin: 0 auto 120px;
	text-align: right;
	width: 730px;
}
div#comment a {
	color: #CCCCCC;
}
div#body {
	width: 400px;
	margin: 0 auto;
	text-align: justify;
}