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 fixed;
	padding: 10px 10px 10px 100px;
	font-family: "맑은 고딕" 돋음 굴림;
	color: white;
	text-shadow: 2px 2px 3px black;
}

p {
font-size: 15px;
line-height: 25px;
}

ul { 
list-style-type: none;
}

.bigger {
font-size: 20px;
font-weight: bold; 
font-style:italic;
color: blue;
}
b{
color: blue;	
}
