#Content{ position: relative; }

.bckg{
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 0;
}
	.bckg img{
		width: 100%;
		height: auto;
		position: relative;
	}
	.bckg .whiteBg{
		position: absolute;
		bottom: 25px;
		width: 100%;
		height: 500px;

		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 98%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(90%,rgba(255,255,255,1)), color-stop(98%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 98%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 98%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 98%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 98%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.bckg .whiteB{
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 25px;
		background: #fff;
	}
.conte, .conte2{
	position: relative;
	z-index: 200;
	position: relative;
	top: 105px;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
}
.conte2{
	display: inline-block;
	zoom: 1;
	*display: inline;
	top: 94px;
}

@media screen and (max-width: 1024px){
	.conte, .conte2{ font-size: 20px; line-height: 30px; }
}

@media screen and (max-width: 760px){
	.conte2{ display: none; }
}