@charset "UTF-8";

html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#logo {
	width: 800px;
	margin-left: -400px;
	height: 270px;
	margin-top: -135px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	border:0;
}
#white {
	width: 100%;
	max-height: 367px;
	margin-top: -150px;
	position: absolute;
	top: 50%;
	z-index: 2;
}
.all {
	height: 100%;
	width: 100%;
}

.fullSlideShow{
	z-index:1;}

#cop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	height: 25px;
	background-color: rgba(0,0,0,0.40);
	padding-top: 4px;
	padding-bottom: 0px;
	z-index: 3;
}
/*#all{
	width: 100%;
	position: relative;
	height:100%;
	min-height:800px;
   }
*/   #clear {
	clear: both;
}
