DIV.container {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle }

body {
	background: no-repeat url(img/light.gif);
    background-size: cover;
	margin: 0;
	padding: 0;
	height: 95%;
	width: 100%;
	overflow: hidden;
	position: fixed; 
}

#overlay {
	position: absolute;
	right: 0;
	left: 0;
	top: 20%;
	margin: auto;
	width: 100%;
	text-align: center;
	opacity: 0.95;
	
}
"
#vis
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: -999;
	opacity: 0.8;
	
}

.subtext
{
	font-family: arial black, Tahoma, Arial, Comic Sans, Sans-Serif;
	font-size: 23pt;
	text-shadow: #191970 0 0 10px;
	color: #F5F5DC;
}

#button {
	position: fixed;
	top: 300px;
	left: 0;
	background: #ff7700;
	width: 45px;
	height: 150px;
	font-family: Verdana, Tahoma, Arial, Comic Sans, Sans-Serif;
	font-size: 24pt;
	color: #DC143C;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	}
	
#text_button {
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    
}
	
#s_panel {
	position: fixed;
	top: 153px;
	left: -600px;
	background: #ff7700;
	font-family: Verdana, Tahoma, Arial, Comic Sans, Sans-Serif;
	font-size: 24pt;
	color: #fff;
	width: 600px;
	height: 400px;
	padding: 10px 0 0 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	}
#button:hover {
	left: 600px;
}
#button:hover #s_panel {
	left: 0;
}

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin: 5px 0px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.play-link {
    color: #DC143C;
	font-size: 18px;
    text-decoration: none;
    text-shadow: #000 0 0 10px;
    font-family: sans-serif;
    margin-top: 10px;
    display: inline-block;
}
.play-link img {
	width: 40px;
    vertical-align: middle;
    
}
.footer {

color: #000000;
height:20px;
position: absolute;
padding-left: 0px;
left: 0;
bottom: 0;
width: 100%;
font-size: 18px;
}


