html 
{
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 100%;
	width: 100%;
}

body 
{	
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;	
}

/*----------panel----------*/
#panel
{
	background: url(images/facebook.png);
	padding: 0px;
	width: 205px;
	height:383px;
	
	position: fixed;
	margin-top: -50px ; /*połowa wysokości panelu w górę */	
	left: 0px;
	top: 30%;
	z-index:2;
}


ul#main_menu
{
	list-style: none;
	
	margin-left:-39px;
}

#main_menu a
{
	color: #ffffff;
	text-decoration: none;
}

#main_menu a:hover
{
	text-decoration: underline;
}

/*---------przycisk panelu--------*/
.slide_button
{
	background: url(images/przycisk.png);
	display: block;
	height: 112px;
	text-indent: -9999px;
	width: 30px;

	position: absolute;
	right: -30px;
	top: 0px;
}

.zamknij
{
	background-position: -30px 0px;
}

a:focus { 
outline:none; 
}
