#title h1 {
	font-size: 200%;
	text-align: left;
	color: #e8811b;
}

#conformity {
	position: fixed;
	right: 100px;
	bottom: 0;
	display: block;
}
a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(http://www.w3junkies.com/toocool/images/too_cool_sash.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}
#menu {
	position: fixed;
	top: 150px;
	float: left;
	color: #ed9e16;
}
#menu a:link { color: #ed9e16; text-decoration: none; }
#menu a:visited { color: #f4c30d; text-decoration: none; }
#menu a:hover { color: #ed9e16; text-decoration: underline; }
#menu a:active { color: #e8811b; text-decoration: none; }
#menu a:focus { color: #f4c30d; text-decoration: underline; }
#main {
	position: absolute;
	top: 150px;
	left: 180px;
	z-index: 1;
}