@charset="UTF-8"

#container{
	width: 960px;
	height:1000px;
	background-color:blue;
}
#title{
	padding: 15px 0;
}

.white{
	width: 960px;
	height:300px;
}
.text{
	line-height: 28px;
	padding-left: 40px;
}
h2{
	margin: 5px 0 10px 40px;
}