@charset "UTF-8";
/* CSS Document */

.top_header{
	margin: 0px;
}
.top_links{
	width:100%;
	padding: 3px;
	color: #fddb7d;
	font-weight: bold;
	background-color: #272727;
	text-align: center;
	font-size: 11px;
}

.top_links a{
	font-size: 11px;
	background: #444;
	display:inline-block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius:2px;
}
.top_links a:hover{
	background: #111;
}

.top_header{ 
 display:none; 
}
