@charset "UTF-8";
/* CSS Document */
#meta {
	background-image: url(images/meta.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 35px;
	width: 166px;
	top: 196px;
	right: -10px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 35px;
	text-shadow: 0px 1px 3px #000;
	z-index:1000;
	padding-left:38px;
}
.meta a:active {
	color:#FFF;
}
.meta a:visited {
	color:#FFF;
} 
.meta a:hover {
	color:#F90;
	text-decoration: underline;
} 
.meta a:link {
	color:#FFF;
} 
