#top {
	border-bottom:3px solid #000;
	height:20px;
	width: 100%;
	position: absolute;
	top: 0;
	clear: both;
	background: url(../images/background.png) repeat-x;
}
#top p {
		color:#999;
		font-size:85%;
		margin:0 auto;
		padding:3px 0 0;
		text-align:center;
		width:950px;
}
#top a {
		color:#CCC;
		text-decoration:none;
}
#top a:hover {
		text-decoration:underline;
		color: #09F;
}

