#main{
	background-image: url('main.jpg');
	background-position:center center;
	background-color: white;
	background-repeat: no-repeat;
	padding:0px;
	margin:auto;
	width:800px;
	height:1200px;
	position:relative;
}

a {
width: 100%;
height: 100%;
position: absolute;
display: block;
top: 0;
left: 0;
text-indent: -2000px;
}


#main2{
	background-image: url('main2.jpg');
	background-position:center center;
	background-color: white;
	background-repeat: no-repeat;
	padding:0px;
	margin:auto;
	width:800px;
	height:1200px;
	position:relative;
}

#thumbnail{
	background-image: url('thumbnail.jpg');
	background-position:center center;
	background-color: white;
	background-repeat: no-repeat;
	padding:0px;
	margin:auto;
	width:800px;
	height:1105px;
	position:relative;
}

#detail {
		background-image: url('detail.jpg');
	background-position:center center;
	background-color: white;
	background-repeat: no-repeat;
	padding:0px;
	margin:auto;
	width:800px;
	height:1213px;
	position:relative;
}