html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
	q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #444;
}

body { 
	height:100%;
	background: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
header {
	padding-top: 80px;
}
header img {
	margin: 0 auto 70px;
	width: 498px;
	display: block;
}
.main {
	width: 970px;
	margin: 0 auto;
}
.content {
	margin-top: 30px;
}
h1, h2, h3 {
	margin-bottom: 30px;
}
h1 {
	font-size: 45px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 16px;
}
form {
	margin-bottom: 40px;
}
label {
	display: block;
	margin-bottom: 5px;
}
input {
	width: 280px;
	padding: 5px 10px;
}
.row {
	margin-bottom: 20px;
}
input, button {
	background: #ffffff;
	border: 1px solid #cccccc;
	outline: 0;
	border-radius: 0;
	display: block;
}

button {
	padding: 10px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button:hover {
	background: #e8e8e8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}





