h1 {
	position: absolute;
	top: 70px;
	left: 160px;
	display:block;
	width:90px;
	height:25px;
}

img {
	position: absolute;
	top: 160px;
	left: 160px;
}

a#text {
	position: absolute;
	top: 380px;
	left: 320px;
	width:130px;
	height:30px;
}

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);
}

