#content{ 
	min-height: 700px; 
	border-color: black; 
	border-width: 1px; 
	border-style: solid; 
	top: 0px; 
	position: relative; 
	margin-right: auto; 
	margin-left: auto; 
	background-color: #585a68; 
	width: 912px; 
	background-repeat: repeat-x; 
	background-image: url(images/center_bgd.jpg);
}

#heading{
	margin-bottom: 30px; 
	margin-top: 50px; 
	width: 550px; 
	margin-right: auto; 
	margin-left: auto;
}

#apps{ 
	background-repeat: repeat-x; 
	background-image: url(images/app_bgd.jpg); 
	border-style: solid; 
	border-width: 2px; 
	border-color: #82838e; 
	background-color: #53545f; 
	margin-right: auto; 
	margin-left: auto; 
	width: 860px;
}

.link{ 
	top: -60px; 
	position: relative; 
	letter-spacing: 1px; 
	padding-right: 20px; 
	padding-left: 20px; 
	font-size: small; 
	color: #91bbc9;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.tapps_logo{}

.appBox{ min-height: 334px;}

.appIcon{
	-webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent) , to(rgba(250, 250, 250, 0.3)));
}

.iconShadow{
	width:216px;
	height:216px;
	background-color: #333333;
	border-radius: 10px;
	margin-top: 0px; 
	margin-left: 35px;
	margin-right: 35px;
	float: left;
	-webkit-box-shadow: 0px 5px 20px #333333;
}
.appInfo{}

.appTitle{
	margin-bottom: 5px; 
	margin-top: 25px; 
	float: none; 
	letter-spacing: 1px; 
	color: white; 
	font-weight: bold; 
	font-size: large; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.appDescription{ 
	width: 805px; 
	margin-bottom: 50px; 
	color: #d8d8d8; 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.appStoreIcon{}

body{ margin: 0px; }

a:link{ text-shadow: 0px 0px 0px; text-decoration: none; }

a:hover{ text-decoration: underline; text-shadow: 0px 0px 6px white; }
