body {
	background-color: #000;
}
a{
	text-decoration: none;
}
#vid_back{

	position:fixed;
	z-index:10;
	width:100%;
	height:100%;
	display:block;
	top:0px;
	left:0px;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#backVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#ucContactImage {
	position:fixed;
       width: 150px;
       height: 150px;
	z-index:1000;
	top:0px;
	left:0px;
	display:none;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#ucContactImageBack {
	position:fixed;
	z-index:999;
       width: 300px;
       height: 150px;
	top:0px;
	left:-300px;
	display:block;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#ucContactImageBack:hover {
	background-color:rgba(100,100,100,0.3);
	cursor:pointer;
}

#ucContactImage:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	cursor:pointer;
}


#backLogo {
	position:fixed;
	z-index:100;
	display:block;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

#backLogoImage {
	opacity:1;
	cursor:pointer;
}

#assistBack {
	position:fixed;
	z-index:3;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#000;
}

#backgroundVid{
      position:absolute;
      z-index: 1;
      width: 300px;
      height:100%;
      background-color: #666;
      top: 0px;
      right: 0px;
      opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	padding-top:20px;
}

.backVidStyle {
     font-family: "arial";


}

#backLogoIcons{
	float:"right";


}

.iconImage2{


	cursor:pointer;
}

.iconImage2:hover {
	width:110px;
}

.iconImage{

	width:50px;
	cursor:pointer;
}

.iconImage:hover {
	width:60px;
}

#closeButton:hover{
	width:35px;
	cursor:pointer;
}

.ulIcons{
	width:20px;
}

#developerLogo{

	width:90%;
	bottom:0px;
	left:0px;

}

.parent {
    overflow: hidden;
}

.child {

    margin: auto;

}
