html {
	min-height: 100%;
	background: #5e5e5e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #5e5e5e 0%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#5e5e5e), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #5e5e5e 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #5e5e5e 0%,#353535 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #5e5e5e 0%,#353535 100%); /* IE10+ */
	background: radial-gradient(ellipse center,  #5e5e5e 0%,#353535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#353535',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	font-family: Arial, Helvetica, sans-serif;
}

#home {
	position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -12% 0 0 -25%;
    text-align: center;
    color: #d4d4d4;
}

#home h1 {
	color: #d4d4d4;
	font-size: 2em;
	text-shadow: 0px 2px 2px #000;
	font-weight: lighter;
}

#home h2 {
	color: #d4d4d4;
	font-size: 1.3em;
	margin: -15px 0 30px 0;
	text-shadow: 0px 2px 2px #000;
	font-weight: lighter;
}

#home h3 ul {
	margin: 0;
	padding: 0;
}

	#home h3 li {
		list-style: none;
		display: inline;
		margin: 0;
		padding: 0;
	}
	
		#home h3 li img {
			width: 30px;
			-moz-box-shadow: 0px 3px 4px #4b4b4b;
			-webkit-box-shadow: 0px 3px 4px #4b4b4b;
			box-shadow: 0px 3px 4px #4b4b4b;
			
		}