h1 {
	display: none;
}
#content-wrapper {
	padding: 0;
	width: 940px;
}
#intro {
	background: #fff url(/static/images/bg_apps.jpg) bottom left no-repeat;
	height: 244px;
	overflow: hidden;
	zoom: 1;
	border-bottom: solid 2px #c8c8c8;
}
#intro #info {
	float: left;
	width: 417px;
	padding: 40px 18px 0 25px;
}
#intro #screen {
	float: left;
	height: 304px;
	width: 449px;
	padding-top: 8px;
	margin-left: 20px;
}
#intro h2 {
	padding-left: 10px;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,arial,sans-serif;
	color: #004d7b;
	text-shadow: 0 1px 0 #fff;
	font-size: 2.5em;
	font-weight: normal;
}
#intro p {
	margin-top: 10px;
	padding-left: 10px;
	color: #525f66;
	font-family: "Helvetica Neue","Lucida Grande",Helvetica,arial,sans-serif;
	text-shadow: 0 1px 0 #fff;
	font-size: 1.4em;
}
#intro p.view_packages {
	margin-top: 15px;
	width: 199px;
	height: 57px;
	background: transparent url(/static/images/apps/btn_plans.png) center center no-repeat;
}
#intro p.view_packages a {
	display: block;
	width: 199px;
	height: 57px;
	font-size: 0.1em;
	text-decoration: none;
	text-indent: -9999px;
}

#main_content {
	overflow: hidden;
	zoom: 1;
	padding: 20px 0 20px 20px;
}
