@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #f8f8f8;
	background-image: url(../img/habitat_img.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 160%;
}
#wrapper {
	padding: 270px 0 0 70px;
}
#contents {
    margin:auto;
	width:450px;
}
h1 {
	margin-bottom: 40px;
	padding-left:60px;
}
h2 {
	margin-bottom: 25px;
}
p {
	margin-bottom: 25px;
}

