/* CSS Document */
body{
	margin: 0px;
	background-color: #FFFFFF;
}
#layer1 {
 	background-image: url(clock2.jpg); 
 	height: 450px; 
 	width: 533px;
  	left: 134px; 
	top: 140px;
    position:  absolute; 
 	visibility: visible; 
}

.top_header a{
	font: 11px/normal Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.top_header a:hover{	
	font-weight: bold;
	color:#53695c;
}
.header{
	background-image: url(top_bg.gif);
	background-repeat: repeat-x;
	width: 800px;
	height: 35px;
	vertical-align: middle;
}

