	html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	body {
		font-family: Arial, Helvetica, sans-serif;
		margin-left:auto;
        margin-right:auto;
        color:#ccc;
	}
	  ::-webkit-scrollbar {
    width: 10px;
    background-color: #98a;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #edf;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
  
  ::-webkit-scrollbar-button {
    display: none;
  }
	#content {
		margin-left:auto;
        margin-right:auto;
		display: block;
		width:100%;
	}
	#banner, #multi{
		background-color:rgba(80, 80, 80, .7);
		border-radius: 15px;
		border: solid;
		border-width: 1px;
		border-color: white;
		padding: 5px;
		margin: 0 auto;
		position: relative;
	}
	#box {
		display: block;
		position: relative;
		width:320px;
		height:320px;
		background-color:rgba(80, 80, 80, .7);
		color:#ccc;
		font-size:18px;
		font-weight:bolt;
		text-align:center;
		border-radius: 15px;
		padding: 10px 0px 10px;
		margin: 10px;
		float: left;
		border: solid;
		border-width: 1px;
		border-color: white;
	}
	#box_head {
		width:100%;
		height:50px;
		text-align:center;
	}
	#box_head .logo{
		width:20%;
	}
	#box_head .name{
		width:80%;
	}
	#boxen{
	position:absolute;
		margin-left:auto;
        margin-right:auto;
	padding-bottom: 20px;
	}
	#footer {
	bottom:0;
	height:70px;
	width:600px;
	background-color:rgba(80, 80, 80, .7);
	border-radius: 15px;
    bottom: 0;
	margin-left:auto;
    margin-right:auto;
	border: solid;
	border-width: 1px;
	border-color: white;
	}
	#player, #stats{
		display:none;
		background-color:rgba(80, 80, 80, .7);
		color:#ccc;
		font-size:18px;
		font-weight:bolt;
		text-align:center;
		border-radius: 15px;
		padding: 10px 0px 10px;
		margin: 10px;
		float: center;
		border: solid;
		border-width: 1px;
		border-color: white;
	}
	#button {
		width: 120px !important;
		margin: 10px auto;
	}
	#streamtitle{
		margin: 5px auto;
	}
	#streamplan {
		width: 320px;
		height: 270px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 auto;
		font-family: Verdana, 'Trebuchet MS', Tahoma, sans-serif;
		font-size:13px;
		display:block;
		text-align:center;
		color:#ccc;
		background:none; 
    	line-height: 1;
    	border-radius: 5px;
    	border: 0px;
    	
	}
    a {
		color: #ccc;
		text-decoration:none;	
    }
    p {
    margin:0px;
    }
    .hover:hover{
    text-shadow: 0px 0px 4px #888;
    }
    .on {
        color: #080;
        text-shadow: 0px 0px 4px #888;
    }
    .off {
        color: #800;
        text-shadow: 0px 0px 4px #888;
    }
	.container {
		position: relative;
		width: 100%;
		height: 180;
	}
	.image {
		opacity: 1;
		display: block;
		width: 100%;
		height: auto;
		transition: .5s ease;
		backface-visibility: hidden;
	}
	.viewer {
		position: absolute;
		top: 0%;
		right: 5px;
		font-weight: bolt;
	}
	.middle {
		transition: .5s ease;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
	}

	.container:hover .image {
		opacity: 0.3;
	}

	.container:hover .middle {
		opacity: 1;
	}

	.text {
		background-color: #04AA6D;
		color: white;
		opacity: 0.7;
		font-size: 16px;
		padding: 5px;
		border-radius: 5px;
		margin: 5px;
	}
	.sp_head{
		background-color: rgba(255,255,255,0.3) ;
		font-weight:bold;
		font-style:italic;
		color:#e0ddff;
		font-size:15px;
		margin-top:10px;
	}
	@keyframes blinker {
  50% {
    opacity: 0;
  }
}