h1 {
	position: absolute;
	top: 70px;
	left: 160px;
	display:block;
	width:90px;
	height:25px;
}

a#album01 {
	position: absolute;
	top: 160px;
	left: 0px;
	width:150px;
	height:16px;
	display:block;
}

a#album02 {
	position: absolute;
	top: 195px;
	left: 0px;
	width:150px;
	height:16px;
	display:block;
}

a#album03 {
	position: absolute;
	top: 230px;
	left: 0px;
	width:150px;
	height:16px;
	display:block;
}

a#album04 {
	position: absolute;
	top: 195px;
	left: 160px;
	width:150px;
	height:16px;
	display:block;
}

a#album05 {
	position: absolute;
	top: 230px;
	left: 160px;
	width:150px;
	height:16px;
	display:block;
}

a#album06 {
	position: absolute;
	top: 265px;
	left: 160px;
	width:150px;
	height:16px;
	display:block;
}

a#album07 {
	position: absolute;
	top: 300px;
	left: 160px;
	width:150px;
	height:16px;
	display:block;
}

a#album08 {
	position: absolute;
	top: 265px;
	left: 160px;
	width:150px;
	height:16px;
	display:block;
}

a#album09 {
	position: absolute;
	top: 265px;
	left: 160px;
	width:150px;
	height:16px;
	display:block;
}

a#album10 {
	position: absolute;
	top: 265px;
	left: 160px;
	width:150px;
	height:16px;
	display:block;
}

a#back {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width:20px;
	height:20px;
	display:block;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../arrow/up.gif);
}

a#back:hover {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../arrow/up-cc0000.gif);
}



