html {
	background: #626465;
	font: 12px Arial, Helvetica, sans serif;
}
body {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 950px;
}
h1, #signup {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
a {
	color: #ea7622;
	outline: none;
}
a:hover {
	color: #fff;
}
a img {
	border: none;
}
ul {
	list-style-position: inside;
	margin: 0;
	padding-left: 25px;
}
#page {
	background:#ffffff url(../img/people-bg.png) no-repeat left bottom;
	margin: 65px 0 0 0;
	padding: 0 30px 40px;
	width: 890px;
}
#left {
	position: absolute;
	left: 30px;
	margin-top:490px;
	width: 265px;
}
#app {
	background: url(../img/app-bg.png) no-repeat;
	height: 171px;
	padding: 30px 0 0 30px;
	margin-bottom: 10px;
	width: 266px;
}
a#app {
	background: url(../img/app-link.png) no-repeat;
	display: block;
	padding:0;
	margin:0;
	height: 79px;
	width: 220px;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	position:relative;
	top: 8px;
}
a#app:hover{
	background-position: 0 -81px;
}
#app h1, #links h1 {
	color: #fff;
}
#links {
	background: url(../img/links-bg.png) no-repeat;
	height: 105px;
	margin-bottom: 40px;
	padding: 30px 40px 30px 20px;
	width: 205px;
}
#links a {
	font-size: 15px;
}
a#twitter, a#fb {
	display: block;
	padding:0;
	margin:0;	
	height: 40px;
	width: 40px;
	float: left;
	overflow: hidden;
	text-indent: -999px;
	position:relative;
	top: 0;
	left: 0;
}
a#fb {
	background: url(../img/facebook.png) no-repeat -9px -9px;
}
a#twitter {
	background: url(../img/twitter.png) no-repeat -9px -9px;
	margin-left: 15px;
}
a#fb:hover, a#twitter:hover{
	background-position: -9px -67px;
}
#main {
	padding: 20px 0 0 295px;
	width: 595px;
}
#cover {
	background: url(../img/connect-cover.png) no-repeat;
	height: 486px;
	width:355px;
	text-indent:-9999px;
	position:absolute;
	top:-30px;
	left:-17px;
}
#buttbuy, #buttread, #buttview, #buttvisit {
	float: left;
	margin: 0 1px 0 0;
	height: 39px;
	text-indent: -10000px;
}
a#buttbuy {
	margin-left: -5px;
	background: url(../img/buttbuy.png) no-repeat;
	width: 133px;
}
a#buttread {
	background: url(../img/buttread.png) no-repeat;
	width: 142px;
}
a#buttview {
	background: url(../img/buttview.png) no-repeat;
	width: 141px;
}
a#buttvisit {
	margin-right: 0;
	background: url(../img/buttvisit.png) no-repeat;
	width: 179px;
}
a:hover#buttbuy, a:hover#buttread, a:hover#buttview, a:hover#buttvisit {
	background-position: 0 -41px;	
}
#top h1 {
	color: #4ea6ba;
	font-size:34px;
	font-weight:bold;
}
#top h2 {
	color: #666666;
	font-size:19px;
	text-transform: uppercase;
	font-weight:bold;
	position:relative;
	margin-top:3px;
}
#top {
font-size:16px;
}

#top strong, #top em{
	font-style: normal;
	text-transform: uppercase;
}
#video {
	background: url(../img/video-bg.png) no-repeat;
	height: 355px;
	margin: 96px 0 40px;
	padding: 25px 0 0 0;
	text-align: center;
	width: 595px;
}
#video h1, #deck h1 {
	margin: 0 0 8px 0;
}
#deck {
	background: url(../img/deck-bg.png) no-repeat;
	text-align: center;
	height: 338px;
	padding-top:30px;
	width: 595px;
}
#readSample {
	margin: 35px 0 120px 0;
}
#readSample h1 {
	margin-bottom: 10px;
}
.addthis_button {
	display: block;
	position: absolute;
	right: 0;
	top: -25px;
}
