/* STG CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url('../images/splash-page-bg.png');
	background-position: center top;
	background-repeat: no-repeat;
}

img {
	border: none;
}

#container-intro {
	position: relative;
}


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

}
