body 	{
		margin: 0px auto;
		padding: 0px;
		background-color: black;
		background-image: url(coming-soon-fade-out.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		}

#ComingSoon	 	{
					margin: 33.7% auto;
					/* width: 55.6%; */
					/* max-height: 80px; */
					color: #000000;
					text-align: center;
					font-family: "Russo One";
					text-shadow: 1px 1px #999999;
					font-size: 9vw;
					}/* 2nd LEVEL DIV */

@media screen and (min-width: 480px) {
	
	#ComingSoon	 	{
						margin: 33.7% auto;
						/* width: 55.6%; */
						/* max-height: 80px; */
						color: #000000;
						text-align: center;
						font-family: "Russo One";
						text-shadow: 1px 1px #999999;
						font-size: 4vw;
						}/* 2nd LEVEL DIV */
}	
