html,body {
	background-color: #000000;
	color: #808080;
	margin: 0;
	background-position: center;
	font-size: 12px;
	font-family: Lucida Console, sans-serif;
	text-align: center; 
	height: 100%;
}

#main{
        position: relative;
	width:782px; 
	margin:0 auto; 
        height: 100%;   
}
#glowna{
	overflow: hidden;
	background-color: white;
}
	
#logo{
	background-image: url(gfx/logo.jpg);
        height:100px;	
        border-right: 1px solid #393839;
        border-left: 1px solid #393839;
}

#flashContent {
	width: 780px;
        height: 100%;
        border: 1px solid #393839;
        min-height: 600px;
}

#STOPKA {
        position: relative; bottom: 0;
	width: 100%;
	height:20px;
}
 /*----------panel----------*/
#panel
{
	background: #ffffff;
	padding: 0px;
	width: 240px;
	position: fixed;
	margin-top: -100px; /*połowa wysokości panelu w górę */	
	right: 0px;
	top: 30%;
        z-index:100;
}
/*---------przycisk panelu--------*/
#slide_button
{
        float:right;
	height: 112px;
	width: 28px;
 	background: url(gfx/sliders.png); 
        background-color:black;
        display:block;         
        padding:0;
	position: absolute;
	left: -28px;
	top: 1px;  
        z-index:100;        
                

        
}
	
p{

font-size: 10px;
text-align: left;
padding-left: 10px;
padding-top:3px;
margin: 0;
}		

a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
font-size: 10px; 
}
a:hover {
color: #8F8888;
}

