body {
	background-color: #fffefb;
	font-family: "Trebuchet MS", sans-serif;
	margin: 30px;
	font-size: 1.4em;
}
h1, h2 {
	color: #666666;
	font-weight: normal;
}
h1 {
	background: url(logo.png) no-repeat;
	height: 77px;
	line-height: 77px;
	text-indent: 170px;
	font-size: 44px;
}
img {
	border: 0;
}
#console {
	border: 1px solid #ea0;
	border-bottom: 0;
	background-color: #fffecc;
	display: none;
}
#console div {
	border-bottom: 1px solid #ea0;
	padding: 7px;
}