body {
	background-image: url(people.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-size: 60%;
}

h1{
	background: url(banner.jpg) no-repeat top left ;
	padding: 10px 10px 10px 100px;
	font-family: "맑은 고딕" 돋움 굴림;
	color: white;
	text-shadow: 2px 2px 3px black;
}

p{
	font-size: 16px;
	line-height: 25px;
	
}

ul{
	List-style-type: none;
	
}

.bigger{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
    color: Blue;
	}

