*{
	margin: 0;
	padding: 0;
	border: none;
}
body{
	background-color: #f6edde;
}
section{
	width: 1200px;
	margin: 0px auto;
}
section img{
	display: block;
	width: 100%;
}
.line{
	position: relative;
}
.line .l{
	position: absolute;
	z-index: 999;
}
.line .l a{
	display: block;
	width: 82px;
	height: 28px;
	margin-top: 10px;
}
.line .yahoo{
	background-image: url(../images/yahoo.png);
}
.line .ebay{
	background-image: url(../images/ebay.png);
}
.line .yahoo:hover{
	background-image: url(../images/yahoo_c.png);
}
.line .ebay:hover{
	background-image: url(../images/ebay_c.png);
}
.line .l-1{
	bottom: 80px;
	left: 7%;
}
.line .l-2{
	bottom: 80px;
	left: 40%;
}
.line .l-3{
	bottom: 80px;
	left: 64%;
}
.line .l-4{
	bottom: 65px;
	left: 7%;
}
.line .l-5{
	bottom: 65px;
	left: 40%;
}
.line .l-6{
	bottom: 65px;
	left: 64%;
}
.line .l-7{
	bottom: 60px;
	left: 7%;
}
.line .l-8{
	bottom: 60px;
	left: 40%;
}
.line .l-9{
	bottom: 60px;
	left: 64%;
}
.line-2 .l-1{
	bottom: 55px;
	left: 7%;
}
.line-2 .l-2{
	bottom: 55px;
	left: 40%;
}
.line-2 .l-3{
	bottom: 55px;
	left: 64%;
}