/* vi:se tw=78 ts=4 sw=4 ai: */

body {
	background: none;
	padding-top: 0;
}

#heading {
	margin: 0 -8em;
	padding: 0 8em;
	background: #333 url(/share/cool-stripes.jpg) repeat-x;
	overflow: hidden;
}

#heading h1 {
	margin-bottom: .1em;
}

#heading * {
	color: #fff;
}

#leftcol {
	float: left;
	width: 60%;
	overflow: hidden;
}

#rightcol {
	float: right;
	width: 40%;
}

div.indent {
	padding-left: 2em;
}

#site-bug {
	float: right;
	position: relative;
	right: -8em;
	overflow: hidden;
}
#site-bug img {
	z-index: 1;
	position: relative;
	right: -30px;
}
#site-bug div {
	z-index: 2;
	position: absolute;
	top: 25px;
	right: 60px;
	font-size: 80%;
	color: #777;
}

