html,html body {height:100%}

#hd {
	position:relative;
	height: 120px;
	border-bottom:1px solid #aaa;
	background: #f7fff7 url('/static/logo_small.jpg') no-repeat 4px 6px;
}

	#slogan {
		position:absolute;
		right:14px;
		bottom: 3px;
		width:160px;
		height:25px;
		background:url('/static/all_about_js.jpg') no-repeat;
	}

.link_back{padding:.6em 0}