#panel
{
	background: #282828;
	padding: 10px;
	width: 160px;
	height: 282px;
 
	position: fixed;
	margin-top: -50px; /*połowa wysokości panelu w górę */	
	left: 0px;
	top: 40%;
 
}


ul#main_menu
{
	list-style: none;
}
 
#main_menu a
{
	text-decoration: none; color: #fff;
}
 
#main_menu a:hover
{
	text-decoration: none; color: #e99eae;
}

.slide_button
{
	background: url(http://speedfight.pl/styles/prosilver/template/znp.png);
	display: block;
	height: 302px;
	text-indent: -9999px;
	width: 21px;
 
	position: absolute;
	right: -21px;
	top: 0px;
}
 
.zamknij
{
	background-position: -21px 0px;
}
 
a:focus { 
outline:none; //usuwanie niebieskiej obwódki w FF
}