#timelog {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: url(/images/sidebarBg.png);
	border-right: 1px solid #555;
	padding: 0px;
	margin: 0px;
	height: 35px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	cursor: default;
}

#timelog .content {margin:0 auto;width:1000px;padding:5px;}
#timelog a {color: #0cf}