body {
 	background-image:url(goodlooking.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #d3e6eb;
	padding: 0px;
	margin: 0px;
	
}
.body {
        margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	width: 780px;
	height: 408px;
 	background-image:url(goodlooking.gif);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;

 	
}
.link {
 	height: 156px;
	width: 350px;
	position: absolute;
	top: 87px;
	left: 25px;
}
.link a {
 	display: block;	
 	height: 156px;
	width: 350px;
}
.link span {
 	display: none;
}

.link2 {
 	height: 156px;
	width: 350px;
	position: absolute;
	top: 87px;
	left: 405px;
}
.link2 a {
 	display: block;	
 	height: 156px;
	width: 350px;
}
.link2 span {
 	display: none;
}

.link3 {
 	height: 15px;
	width: 130px;
	position: absolute;
	top: 285px;
	left: 340px;
}
.link3 a {
 	display: block;	
 	height: 15px;
	width: 130px;
}
.link3 span {
 	display: none;
}

