/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF url(../images/bg1jpg.jpg) no-repeat fixed right 0px;
	overflow: hidden;
}
.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}
a.fisheyeItem
{
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	width: 50px;
	position: absolute;
	display: block;
	bottom: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}
.fisheyeItem span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	background: url(../fisheye/containerbg2.png) repeat center;
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}
#fisheye
{
	position: absolute;
	width: 100%;
	bottom: 0px;
}
a:link {  
      text-decoration: none;
}
#clock { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #000000; border: 0px; }
