html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#bg {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background 1.5s ease-in-out;
	-moz-transition: background 1.5s ease-in-out;
	-o-transition: background 1.5s ease-in-out;
	transition: background 1.5s ease-in-out;
	}

.next_bg {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	z-index: 20;
	background: url('ico/nextPageArrowWhite.gif') no-repeat center center;
	}

.prev_bg {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	z-index: 20;
	background: url('ico/prevPageArrowWhite.gif') no-repeat center center;
	}

.preload, .backload {
	width: 0px;
	height: 0px;
	}
	
.copy {
	color: #FFF;
	position: absolute;
	z-index: 15;
	left: 20px;
	bottom: 10px;
	}