/* STG CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url('../storage/splash-page-bg1.png');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #000;
}

img {
	border: none;
}

#container-intro {
	position: relative;
}


#continue-link {
	left: 49%;
	top: 340px;
	position: absolute;
	height: 120px;
	width: 140px;
	cursor: pointer;	

}


/*@media only screen and (min-width: 1600px) {
	body {
		background-size: 100% auto;
	}
	#continue-link {
		top: 265px;
	}
}*/
@media only screen and (max-width: 992px) {
	body {
		background-size: 200% auto;
	}
	#continue-link {
		top: 265px;
	}
}
@media only screen and (max-width: 767px) {
	#continue-link {
		top: 211px;
		width: 109px;
		height: 130px;
	}
}

@media only screen and (max-width: 650px) {
	#continue-link {
		top: 174px;
	    width: 109px;
	    height: 121px;
	}
}
@media only screen and (max-width: 566px) {
	#continue-link {
	    top: 143px;
	    width: 84px;
	    height: 119px;
	}
}

@media only screen and (max-width: 475px) {
	#continue-link {
	   	top: 127px;
   	 	width: 70px;
   		height: 84px;
	}
}

@media only screen and (max-width: 400px) {
	#continue-link {
	   	top: 95px;
	   	width: 55px;
   	 
	}
}
@media only screen and (max-width: 334px) {
	#continue-link {
	   	top: 95px;
    	width: 55px;
    	height: 55px;
	}
}
@media only screen and (max-width: 286px) {
	#continue-link {
	   	top: 73px;
    	width: 26px;
    	height: 55px;
	}
}