body {
	font: 10px verdana, sans-serif;

	color: #000000;
}

#startMenu {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000 url(../images/bar.png) repeat-x;
	width: 100%;
}

#startIcon {
	float: left;
	background: url(../images/start.png) no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 67px;
	margin-left: 5px;
}

#startIcon:hover {
	background-position: 0px -27px;
}

#endIcon {
	float: right;
}

#time {
	background: url(../images/end.png) no-repeat;
	text-align: center;
	float: right;
	height: 27px;
	width: 62px;
	padding-top: 8px;
	color: #ffffff;
}

