html {
	overflow-y: scroll; /*STOCK*/
	}

body {
	background: #777 ; /*STOCK*/
	color: ; /*STOCK*/
	font: ; /*STOCK*/
	height: 100%; /*STOCK*/
	}

#hours {
	font-size: 16px;
	padding-bottom: 117px;
	position: absolute;
	left: 320px;
	}

	.year {
		font: 24px georgia-bold;
		margin-bottom: 10px;
		}

#menu {
	border-right: solid 1px #777;
	color: #060;
	font: 14px verdana-bold;
	left: 230px;
	line-height:1.5;
	position: fixed;
	top: 45px;
	width: 50px;
	}

	#menu a:link {text-decoration: none; color: #333; }
	#menu a:visited {text-decoration: none; color: #333; }
	#menu a:hover {text-decoration: none; color: #f00; }
	#menu a:active {text-decoration: none; color: #f00; }

#total {
	position: absolute;
	left: 450px;
	top: 13px;
	}

	.wage {
	font: 14px georgia-bold;
	}

.shift {
	font: 14px verdana-bold;
	}


pre {
	}


#vhc {
	font-size: 17px;
	opacity: .5;
	position: fixed;
	bottom: 100px;
	left: 448px;

	}
