@charset="UTF-8"

#container{
	width: 960px;
	height:1000px;
	background-color:blue;
}

#title{
	padding: 15px 0;
}
#BGbox{
	width: 959px;
	height: 600px;
	background-image: url("../images/BG_zemi.png");
	background-repeat: no-repeat;
	background-position: 100% 70%;
}
