body {
	background-color: #febd3b;
	color: #111111;
	font: 12px verdana, arial, helvetica, sans-serif;
}
td {
	font: 12px verdana, arial, helvetica, sans-serif;
}
a:link, a:visited {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
}

#content {
	position: absolute;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	top: 50px;
	border: 1px #000000 solid;
	background-color: fffeee;
	padding: 5px;
}

#foot {
	clear: both;
	text-align: center;
	font-size: 10px;
}

#twitter {
	float: right;
}