@charset "UTF-8";
/* CSS Document */

body {
	/*font: 22px "Helvetica Neue", Helvetica, arial, sans-serif;*/
	font: 22px Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #f9f9f9;
  background-image: url('bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 2200px;
  max-height: 2800px;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	line-height: 1em;
	text-decoration: none;
	margin: 0;
	border: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #333;
}

#body {
	width: 1000px;
	background-color: #fff;
	margin: 10px auto 10px auto;
	border-radius: 10px;
	box-shadow: 0 0 5px #666;
	padding: 20px 30px 20px 30px;
	text-align:center;
}

#footer {
	width: 1000px;
	margin: 10px auto 10px auto;
	padding-top:20px;
	text-align:center;
	font-size: 12px;
}

.br {
  height:1em;
  width:100%;
  clear: both;
}

.text {
	display: block;
	text-align: left;
	width: 65%;
	margin: 0 auto 0 auto;
}

.button{
  display: block;
  width: 360px;
  margin: 0 auto 0 auto;
  padding: 10px;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
	cursor: pointer;
}
