@charset "UTF-8";/* CSS © 2010 by Boom Jelly | boomjelly.com */#horizon {	background-color: transparent;	text-align: center;	position: absolute;	top: 50%;	left: 0px;	width: 100%;	height: 1px;	overflow: visible;	visibility: visible;	display: block}#content {	background-color: transparent;	margin-left: -125px;	position: absolute;	top: -35px;	left: 50%;	width: 250px;	height: 28px;	visibility: visible}#footer {	font-size: 11px;	text-align: center;	position: absolute;	bottom: 0px;	left: 0px;	width: 100%;	height: 20px;	visibility: visible;	display: block}a:link {	color: rgb(0, 225, 255);	text-decoration: none;}a:hover {	text-decoration: none;	color: rgb(245, 255, 125);}
