	body {
		background-image: url("../img/background.JPG");
		background-size: cover;
		background-position: center bottom;
	}
    #top {
		float: left; 
		width: 1px; height: 50%;
		margin-bottom: -12em;
    }
    #container {
		clear: left;
		margin: 0 auto;
		width: 32em; height: 18em;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
		background: #b5bdc8; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		border-width: 5px;
		border-style: solid;
		border-color: #737373;
		color: white;
		border-radius: 4em 4em 4em 4em;
		-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: fadein 3s; /* Firefox < 16 */
		-ms-animation: fadein 3s; /* Internet Explorer */
		-o-animation: fadein 3s; /* Opera < 12.1 */
        animation: fadein 3s;
	}
	
	@keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}

	/* Firefox < 16 */
	@-moz-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}

	/* Safari, Chrome and Opera > 12.1 */
	@-webkit-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}

	/* Internet Explorer */
	@-ms-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}

	/* Opera < 12.1 */
	@-o-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}
	
    img {
		border-radius: 18px;
    }	  
	
    #heading {
		margin: 10px;
		color: white;
		text-align: center;
		font-size: 40px;
    }	
	
    #text {
		margin: 10px 50px;
		color: white;
		font-size: 20px;
    }	  	  
	
	a {
		color: white;
	}