@charset="UTF-8"

#container{
	width: 960px;
	height: 800px;
}
#title{
	padding-top: 15px;
}
#textarea{
	background-image: url("../images/BG_mind.jpg");
	background-repeat: no-repeat;
	background-position: 100% 10%;
}
#maintext{
	color:black;
	font-size: 14px;
	line-height: 200%;
	text-align: left;
	margin-left: 45px;
	padding-top: 20px;
	padding-bottom: 50px;
}
#sign{
	margin: 15px 0;
}
