*, html, body {
	height: 100%;
	margin: 0;
	}

/* unvisited link */
a:link {
	color: white;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: white;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: tomato;
	text-decoration: none;
}

/* selected link */
a:active {
	color: white;
	text-decoration: none;
}

img {
	border: none;
	margin: 0;
	}

#background {
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #272727 0%, #484848 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#272727), color-stop(100%,#484848)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #272727 0%,#484848 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #272727 0%,#484848 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #272727 0%,#484848 100%); /* IE10+ */
background: linear-gradient(to bottom,  #272727 0%,#484848 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#484848',GradientType=0 ); /* IE6-9 */

	}

#heading {
	width:700px; 
	height:472px;
	position:fixed; 
	top:50%; 
	left:50%; 
	margin-left: -350px;
	margin-top: -400px;
}
#email {
	width:600px; 
	height:120px;
	position:fixed; 
	top:80%; 
	left:50%;  
	margin-left: -300px;
	margin-top: -60px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
	line-height: 1.5;
	text-align: center;
	background: ;	
	}