h1 {
	position: absolute;
	bottom: 25px;
	left: 0px;
	display:block;
	width:90px;
	height:25px;
}

img#main {
	position: absolute;
	top:  0px;
	right: 0px;
}

p {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

p img {
	cursor: hand;
	margin-right: -3px;

/*	margin-bottom: 5px;*/
}

p#ps {
	visibility: hidden;
}

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);
}
