body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
	position: relative;
	/* opacity: 0; */

	background-size: cover;
	background-position: bottom;

	background-image: rgb(2,76,185);
	background-image: -moz-radial-gradient(circle at bottom, rgba(2,76,185,1) 0%, rgba(0,158,204,0.7287289915966386) 100%);
	background-image: -webkit-radial-gradient(circle at bottom, rgba(2,76,185,1) 0%, rgba(0,158,204,0.7287289915966386) 100%);
	background-image: radial-gradient(circle at bottom, rgba(2,76,185,1) 0%, rgba(0,158,204,0.7287289915966386) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#024cb9",endColorstr="#009ecc",GradientType=1);
}


#skyline {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50vh;
	z-index: 50;

	/* opacity: 0; */

	background-image: url(/heroes/images/skyline-3.gif);
	background-size: cover;
	background-size: 130%;
	background-position: bottom;
	background-repeat: no-repeat;
}
