body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-position: center;
	background-repeat: repeat-y;
	background-size:cover;
	background-image:url('../images/audience.jpg');
	font-family:'Arial';
	font-size: 2em;
	background-color: black;
	overflow: hidden;
}

#appLinks{
	position:relative;
	left:40%;
	top:20%;
}

a {
	color: white;
	link: white;
	vlink: white;
	alink: white;
	text-decoration: none;
}

#heading {
	top: 0px;
	position: absolute;
	text-align: center;
	width: 100%;
	margin-left:-20px;
	padding-left: 20px;
	font-size: 32px;
	color: #a9a9a9;
	font-weight: normal;
	font-family: Helvetica,sans-serif;
	padding-top: 18px;
}

.button {
	border-radius: 12px;
    background-color: black;
    font-size: 20px;
    color: white;
    border-color: black;
    height: 80px;
	width: 300px;
	padding: 6px;
	line-height: 70px;
	margin-bottom: 20px;
	cursor: pointer;
	text-align: center;
}


