@charset "utf-8";
* {
	margin: 0px;
}

body {
	background-color: #12225f;
	background-image: url(../images/tree.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#center {
	width: 480px;
	margin: 0px auto;
}
h1 {
	text-align: center;
	font-size: 250%;
	color: #fff;
	margin: 40px 0px;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: right;
}
h2 {
	color: #fff;
	font-weight: normal;
	margin: 5px 0px;
}

#button ul {
	padding: 0px;
	width: 480px;
	height: 60px;
	margin: 30px 0px;
}
#button li {
	list-style-type: none;
	float: left;
	margin-right: 30px;
	margin-left: 80px;
}