/* Basic layout -- nothing more.. */
#wrapper
{
	width:758px;
	padding:1px;
	margin:0 auto;
	color:#333;
}
#bottom-nav
{
	width:100%;
	position:fixed;
	bottom:10px;
	padding-top:10px;
	border-top:1px solid #eee;
	text-transform:uppercase;
	font-size:11px;
	color:#666;
}