

#content
	{
	margin: 0;
	padding: 0;
	}
#innercontent
	{
	margin: 0;
	padding: 0;
	width: 992px;
	}
#clockbar
	{
	position: absolute; /* Operas 5 + 6, need this to be relative */	
	bottom: 0;
	left: 0;
	height: 1.5em;	
	background: #000088;
	width: 100%;
	padding-left: 5px;
	}
#clockbar table 
	{
	width: 980px;
	}
.clockCity {
	font-size: 9px;
 	font-family: verdana,arial; 
 	color: white;
 	font-weight: bold;
}
.clockTime {
	font-size: 9px;
 	font-family: verdana,arial; 
 	color: white;
}

/*\*/


body>#clockbar
	{	
	position: fixed;	
	}

body>#content {
	padding-bottom: 1.5em;
}
