html{
	width: 100%;
	height: 100%;
	overflow: hidden;
}


body {
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background: #181818;
	background: #4a7fad; /* Old browsers */
	background: -moz-linear-gradient(top,  #4a7fad 0%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a7fad), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4a7fad 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4a7fad 0%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4a7fad 0%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4a7fad 0%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a7fad', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	text-align: center;
}

#Stella-Content {
	position: absolute;
	width: 100%;
	text-align: center;
}

#Stella {
	display: block;
	font-size: 333px;
	margin-bottom: 33px;
	opacity : 0;
}

#Message {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 2px;
	opacity : 0;
}



@media (max-width: 639px){
	
	#Stella{
		font-size: 200px;
	}
	
}







