#hdr {
	position: absolute;
	z-index: 5;

	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 64px;

	text-align: right;

	background: url("images/top-bg.png");
	background-color: #ffffff;
	border-bottom: 0px;
}

#body {
	margin: 90px 230px 30px 30px;
	padding: 0px;
}

#gnomeradio-logo {
	position: absolute;
	top: 24px;
	left: 20px;
	border: 0px;
	z-index: 10;

	background: url("images/gnomeradio-48.png") no-repeat;
	width: 64px;
	height: 64px;
}
