@charset "UTF-8";
/* jelly.css */

#jellyfish {
	width: 950px;
	margin: -5px auto 0px auto;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #333333;
	padding: 0px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	
}
#searchitems {
float: left;
width: 0px;
	text-indent: 3000px;
	}

p, h1, h2, a:link {
	text-indent: -3000px;
	}
	#searchitems {
	color: #333333;
	}
#links {
width: 950px;
	margin: -5px auto 0px auto;
	padding: 0px;
	border-top: 1px solid #111;
	}
a:link {
	color: #CCC;
	text-decoration: none;
	}
a:visited {
	color: #CCC;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}
