html{
	background-color:rgb(41,40,40);
	overflow-y: scroll;
	height:100%;
}
#jezyki{
	border:0px solid red;
	margin:10px 5px 0 0;
	width:40px;
	height:34px;
	float:right;
	
}
#pol{
	background-image: url("../img/pol.png");
	width:15px;
	height:15px;
	float:left;
}
#niem{
	background-image: url("../img/niem.png");
	width:15px;
	height:15px;
	float:left;
	margin:0 0 0 6px;
}
.baner{
	
	background-color:rgb(62,62,62);
	width:950px;
	height:235px;
	
}

#menu{
	color:white;
	
	width:700px;
	height:30px;
	font-family:verdana;
	font-size:11px;
	text-align:right;
	float:right;
	margin:10px 20px 0 0;
	text-transform:uppercase;
}
#menu a{
	text-decoration:none;
	color:white;
	margin:0 0 0 10px;
}
#menu a:hover{
	color:rgb(231,191,113);
}
#menu b{
	color:rgb(231,191,113);
	font-weight:normal;
}
.center{
	background-color:rgb(105,105,105);
	width:950px;
	height:auto;
	margin:auto;
	text-align:center;
	float:left;
	
}
#pasekhome{
	background-image: url("../img/");
	width:920px;
	height:318px;
	
	
	margin:-65px 0 110px 15px;
	float:left;
	box-shadow:0 0 5px 2px rgb(60,60,60);
}
#pasekjq{
	background-image: url("../img/pasek.jpg");
	width:920px;
	height:318px;
	
	
	margin:-65px 0 110px 15px;
	float:left;
	box-shadow:0 0 5px 2px rgb(60,60,60);
}
.stopka{
	font-family:verdana;
	font-size:12px;
	background-color:rgb(20,20,20);
	color:rgb(80,80,80);
	width:940px;
	height:20px;
	float:left;
	text-align:left;
	padding:3px 0 0 10px;
	
}