html,body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	background-color: #e5e5e5;	
}

.content-inner {
	width: 810px;
	margin: auto;
}

a {
	color: gray;
	text-decoration: none;
}

/* for ie */
a img {
	border: none;
}

#hd {
	background-image:url('header-bkg.png');
	background-color: #5a7627;
	height: 130px;
	padding-bottom: 10px;
	border-bottom: 1px solid green;
	box-shadow: 1px 1px 5px gray;
}

#hd #header {
	padding-top: 25px;
}

#bd {
	padding-bottom: 50px;
}

#bd .content-inner {
	padding-top: 20px;
	color: #383838;
	font-size: 16px;
	font-weight: 400;	
}

.slugline {
	font-weight: 400;
	font-size: 3em;
}

.right-float {
	float: right;
}

.right-graphic {
	margin-right: 68px;
	border: 1px solid gray;
}

#right-swipe-graphic {
	background-image: url(card-history.png);
	width: 180px;
	height: 180px;
}

#cardzilla-hi {
	float: right;
}

.ios-download {
	width: 164px;
	margin: auto;	
}

.cardzilla-hi {
	margin-bottom: 30px;
}

.screenshot {
	border-radius: 4px;
	box-shadow: 1px 1px 8px #747474;
}

.instructionbox-line {
	width: 770px;
	margin: auto;
	margin-bottom: 40px;
}

.instructionbox {
	width: 320px;
	display: inline-block;
}

.instructionbox.leftbox {
	margin-right: 126px;
}

.instructionbox-header {
	font-size: 2em;
	font-weight: 400;
	height: 50px;
	width: 320px;
}

.instructionbox-image {
	width: 320px;
}

.instructionbox-desc {
	height: 50px;
	padding: 10px;
}