@import 'base.css';

#text {
	width:800px;
}

#back {
	position: fixed;
	width:100px;
	height:46px;
	bottom: 20px;
	margin-left:20px;
	display: none;
}

#back span {
	display:block;
	width:100%;
	height:100%;
	background:url(../img/backtop.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
}