*{
	margin: 0;
	padding: 0;
}

#wrapper{
	width: 522px;
	margin: 100px auto;
	text-align: center;
}

li.first{ /* 첫번째 li 좌측 공간을 없애기 위해 클래스 퍼스트를 따로 사용했다.*/
	margin-left: 0px;
}

li{
	float: left;
	list-style: none;
	margin-left: 10px;
	overflow: hidden;
	width: 123px;
	height: 40px;
}

li a{
	display: block;
	width: 123px;
}

#nav{
	width: 522px;
	height: 40px;
	margin: 0 auto 10px auto;
}

#image{
	width: 522px;
	height: 400px;
}

#image img{
	width: 522px;
	height: 400px;
}