body {
	background-color: black;
	color: white;
   font-family: "Arial";
   font-size: 14px
	background: black;
	background-image: url("images/bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
  
}
.linia
{
background-color: #FFFFFF;
width: 1px;
height: 60px
} 

P, div, td {
	color: white;
	font-size: 14px;	
	font-family: "Arial";	
}

#tab {
	color: white;
	font-size: 14px;	
	font-family: "Arial";
	padding:  0 15px 0 0;	

     }

#pogo {
	color: white;
	font-size: 14px;	
	font-family: "Arial";
	padding:  0 12px 0 0;	

     }

a, a:link {
	color: white;
	font-family: "Arial";
	font-size: 14px;
	text-decoration: none;
}


a:hover {
	color: #CCCCCC;
	font-family: "Arial";
	font-size: 14px;
	text-decoration: none;
}

a:active {
	color: gray;
	font-size: 14px;
	font-family: "Arial";
	text-decoration: none;
}

a:visited {
	color: #8b8b8b;
	font-size: 14px;
	font-family: "Arial";
	text-decoration: none;
}

ul, li {
	text-decoration: none;
	display: inline;
	float: left;
   }

