body {
background-color: black;
	  background-repeat: no-repeat;
	  background-attachment:fixed;
text-align: center;
color: grey;
font-family: arial;
font-size: 20px;
}


#wrapper{
text-align: center;
width: 1000px;
margin-left: auto;
margin-right: auto;
margin-top:0px;
top:0;
bottom: 0;
left: 0;
right: 0;
position:absolute;
height:100%;
padding-top: 0px;

}


#wrapper2{
height:100%;
width: 100%;
position:relative;
/*z-index:10;*/
top: 0;
bottom: 0;
left: 0;
right: 0;

}


#header{
width: 1000px;
height: 75px;
margin-top: 0px;
}
.bg-image {
	  /* The image used */
	background-color: black;
	background-image: url("/images/background.jpg");

	  /* Add the blur effect */
	  filter: blur(4px);
	  -webkit-filter: blur(4px);

	  /* Full height */
	  height: 100%;
	  width: 100%;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;

	  /* Center and scale the image nicely */

	  background-repeat: no-repeat;
	  background-attachment:fixed;
	  position:fixed;

}
#content{
color:white;
margin: 0px 0px 0px 0px;
  /*-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;*/
 

}

#left{
width: 1000px;
height: 75x;
float: left;
background-repeat: no-repeat;
vertical-align:middle;
padding-top: 0px;

/*background-image: url("/images/header.png");*/
}


#pg{
width: 1000px;
float: left;

}
#streamers{
margin-bottom: 10px;
margin-top: 10px;
}

a:link {
text-decoration:none;
color: grey;
}

a:visited {
text-decoration:none;
color: grey;
}

a:hover {
text-decoration:none;
color: white;
}

a:active {
text-decoration:none;
color: #333;
}

ul{
margin: 0px;
padding: 0px;
}


ul li{
margin-left: 30px;
align:left;
}

a img{
border: none;
}

p{
font-size: 25px;
}

#middle_main{
padding: 0px;
}

#middle{
padding-top: 20px;
margin: 10px 0px 0px 0px;
float: left;
text-align: justify;
width: 1000px;

}
.navbar {
  overflow: hidden;
  vertical-align:middle;
  padding-top: 0px;
}

.navbar a {
  float: left;
  font-size: 20px;
  color: grey;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 20px;  
  border: none;
  outline: none;
  color: grey;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: grey;
  min-width: 160px;
  background-color: rgba(128, 128, 128, 1.0);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size:14px;
}

.dropdown-content a:hover {
  background-color:;
}

.dropdown:hover .dropdown-content {
  display: block;
}


