#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 33px;
	width: 100%;
	font-family: verdana;
	font-size: 12px;
	padding: 0px;
	background: #ce0000;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
	color: #FFF;
	line-height: 33px;
}
#title,
#goback {
	position: absolute;
	line-height: 33px;
	height: 33px;
}
#title { right: 128px; }
#goback { right: 18px; font-weight: bold; }

#logo {
	position: absolute; 
	left: 17px;
	top: 5px;
}
a {
	color: #FFF;
	text-decoration: none;
}

#frame {
	position: absolute;
	top: 33px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 80%;
}
