body {
	width:600px;
	margin:10px auto;
	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 8px black;
	}

p  {
  
   font-size: 15pt;
	line-height:25px;
}

ul {
	list-style-type: none;

}
b {
	color:blue;
}

.bigger {
	font-size:20px;
	font-weight: bold;
	font-style: italic;
    color:blue;
}	
	