body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: url('http://miromedi.webd.pl/jaceksobieraj/css/photo.jpg') no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 
}

#header 
{
	padding-bottom: 30px;
}

#logo {
  font-size: 60px;
  margin-top: 2%;
  font-weight: bold;
  text-shadow: 2px 2px #000000;
  color: white;
  text-align:center; 
  vertical-align: middle; 
  text-transform:uppercase;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

#logo img{
  width: 45px;
}

#menu {
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
   top: 15px;
   padding-bottom: 45px;
   position:relative;
   text-align: center;
   margin: 0 auto;   
   display:table;
}

ul {
    list-style-type: none;
    margin: 0;
    background: black;
    overflow: hidden;
}

li {
    
}

.left {
	float: left;
}

.u2 {
	 list-style: circle url('http://miromedi.webd.pl/jaceksobieraj/css/yin3.png');
	 list-style-type: circle;
	 overflow: visible;
	 background: none;
}

.u1 {
	 margin: 0;
	 padding: 0;
}
 

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
 
li a:hover {
    background-color: #4CAF50;
}

.active {
    background-color: #4CAF50;
}


.photo {
 z-index: 1;
background-color:black;
}
 
.black{
     
	margin-right:10px !important;
}
  
#container {
   
}

.content {
   font-size:14px !important;
   border: 3px solid;
   border-color: black;
   background-color: #fff;
   filter:alpha(opacity=60);
   opacity: 0.6;
   -moz-opacity:0.6;
   padding: 20px;
   margin-left: 30%;
   margin-right: 6%;
   
   position: fixed;
   color: white;
   background: black;
   overflow-y:scroll;
   overflow-x:hidden;
   height:50% !important;
   width:65%;
   min-width:148px;
   position:relative;
    box-shadow: 6px 6px 3px #000;
}

.content2 {
   font-size:14px !important;
   border: 3px solid;
   border-color: black;
    
   box-shadow: 6px 6px 3px #000;
   padding: 20px;
   margin-left: 30%;
   margin-right: 6%;
    
   position: fixed;
   color: white;
   background: black;
   overflow-y:scroll;
   overflow-x:hidden;
   height:50% !important;
   width:65%;
   min-width:148px;
   position:relative;
    
}

#footer {
	font-size: 16px;
    color: white;
	font-weight: bold;
    float: right;
	margin-top:10px;
	margin-bottom:10px;
    margin-right: 6%;
	text-shadow: 2px 2px #000000;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(30, 109, 24, 0.8); 
}

::-webkit-scrollbar-thumb {
    background: rgba(30, 109, 24, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(30, 109, 24, 0.8);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(30, 109, 24, 0.8);; 
}

