body {
	background-color: #CCCCCC;
	background: -webkit-radial-gradient(#EEE, #BBB);
    background: -o-radial-gradient(#EEE, #BBB);
    background: -moz-radial-gradient(#EEE, #BBB);
    background: radial-gradient(#EEE, #BBB);
	margin: 0px;
	overflow: hidden;
}
.video_contain {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#bgvid {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
	overflow: hidden;
}
			
#psBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  font-size: 30px;
  padding: 6px;
  padding-top: 0px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
}

#psBtn:hover {
  background: #ddd;
  color: black;
}
			
#outer {
	width: 100%;
	height: 95%;
	position: relative;
}
			
#inner {
	position: absolute;
	top: 50%;
	margin-top: -105px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 210px;
	border-radius: 25px;
	background-color: #FFF;
	box-shadow: 0px 5px 45px #444, 0px 4px 10px #000;
	z-index: 6;
}
	
#minimediv {
	position: absolute;
	float: left;
	margin-left: 20px;
	top: 20px;
	border-radius: 100px;
	background-color: #FFFFFF;
	background: -webkit-radial-gradient(#CDF, #6AF);
    background: -o-radial-gradient(#CDF, #6AF);
    background: -moz-radial-gradient(#CDF, #6AF);
    background: radial-gradient(#CDF, #6AF);
	box-shadow: inset 10px 10px 10px #7799cc;
	overflow: hidden;
}

#minime {
	position: relative;
	top: 180px;
}

#titleblock {
	color: #111;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 28px;
	text-shadow: 0px 0px 5px #FFF;
}

#textblock {
	color: #222;
	position: absolute;
	top: 70px;
	text-align: center;
	left: 210px;
	width: 280px;
	text-shadow: 0px 0px 5px #FFF;
}
	
.parenthetical {
	font-style: italic;
	color:#999;
}

.gdseal {
	position: absolute;
	left: 50%;
	margin-left: -66px;
}

#inner2 {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	bottom: 10px;
	width: 270px;
	height: 115px;
	border-radius: 25px;
	background-color: RGBA(255,2255,255,0.85);
	box-shadow: 0px 5px 45px #444, 0px 4px 10px #000;
	padding: 15px;
	z-index: 5;
}

.yt-icon {
	height: 48px;
    margin: 0 auto 8px;
    width: 48px;
}
.yt-text {
	font: 15px "YouTube Noto",Roboto,arial,sans-serif;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 70px
}
