* { margin:0; padding:0; }
*:after { display:block; clear:both; }
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

body {
	font-size: 16px;
	font-family: sans-serif;
	color: #444;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}

#main {
	width: 512px;
	margin: 20px auto;
	text-align: left;
	background-color: #fff;
	line-height: 1.4em;
}

#main p {
	display: block;
	margin-bottom: 50px;
}

#main img {
	border: 1px solid #ddd;
	width: 512px;
	height: 384px;
}

#main h3 {
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
footer {
	text-align: center;
	margin-bottom: 20px;
}
a.btn {
	color: #FFF;
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 140px;
	line-height: 44px;
	height: 44px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	background: -moz-linear-gradient(
		top,
		#999 0%,
		#777 50%,
		#555 51%,
		#777);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#999),
		color-stop(0.50, #777),
		color-stop(0.51, #555),
		to(#777));
	border: 2px solid #DDD;
}
a.btn:link, a.btn:visited {
	color: #FFF;
}
a.btn img {
	border: none;
	vertical-align: middle;
}
