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; bottom left fixed;
	padding: 10px 10px 10px 100px;
	font-family: 돋움 굴림;
	color:red;
	text-shadow: 2px 10px 10px black;
	
}

p {
	font-size:16px;
	line-height:25px;
	
	
}


ul {
	list-style-type:none;
	
}

b {
	color:blue;
}
	
.bigger {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:blue;
	
}


	