body {
	background-color: none;
	margin: 0;
	height: 480px;
	width: 320px;
}

SPAN#clock {
	text-align: center;
	position: absolute; top: 289px; right: 0px; down: 0px; left: 225px; height: 461px;
	font-family: Helvetica; 
	color: white;
	font-size: 30px;
	font-weight: bold;
	/* text-shadow: DimGray 0px 1px 1px; */
/* text-shadow: white 0px 1px 1px; */
}

SPAN#ampm	{
	text-align: center;
	position: absolute; top: 274px; right: 0px; down: 0px; left: 225px; height: 461px;
	font-family: Helvetica; 
	color: white;
	font-size: 15px;
	/* text-shadow: DimGray 0px 1px 1px; */
/* text-shadow: white 0px 1px 1px; */
}

Span#calendar {
	text-align: center;
	position: absolute; top: 322px; right: 0px; down: 0px; left: 225px; height: 461px;
	font-family: Helvetica; 
	color: white;
	font-size: 14px;
	font-weight: bold;
	/* text-shadow: DimGray 0px 1px 1px; */
/* text-shadow: white 0px 1px 1px; */
}

Span#DayUpdate {
	text-align: center;
	position: absolute; top: 340px; right: 0px; down: 0px; left: 225px; height: 461px;
	font-family: Helvetica; 
	color: white;
	font-size: 14px;
	font-weight: bold;
	/* text-shadow: DimGray 0px 1px 1px; */
/* text-shadow: white 0px 1px 1px; */
}