body {
	background				:#000 url(../img/home/airback.jpg) center -180px no-repeat;
	background-attachment	:fixed;
	margin					: 0px;
	padding					: 0px;
	color					: #fff;
	height 					: 100%;
    background-size: cover;
}
html {
	height: 100%;
    margin: 0;
}

#projectheader {
	background				:#000 url(../img/home/projectheader.jpg)  no-repeat;
	width					: 1000px;
	height					: 335px;
}

button.applicationtile {
	width: 100%;
	height: 200px;
	border: 1px solid grey;
	border-radius: 10px;
	background-color: white;
	cursor:pointer;
}

button.applicationtile img {
	max-width:325px;
}