#mainContainer {
	background: #fff;
	padding-top: 100px;
	text-align: center;
}

#main {
	margin: 0px auto;
	border: dotted 0px #88388;
	width: 800px;
	height: 430px;
	color: #7d818b;
	padding-top: 50px;
}

#app {
	display: inline-block;
	width: 140px;
	height: 140px;
	background: #fff;
	padding-top: 20px;
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
   -moz-border-radius: 15px;
	border-radius: 15px;
}

#app:hover {
	background: #e9e9ed;
}

#appSubtitle {
	padding-top:10px;
	color: #7d818b;
}

div #appTitle {
	font-size: 22px;
	font-weight: bold;
	color: #73798b;
}
