body{
	background: #fcfcfc;
}

.fake-text{
	color: #000;
	margin: 0 auto;
	text-align: justify;
	width: 400px;
}

#button-up {
	display: none;
    right: 35px;
    margin: 0;
    position: fixed;
    bottom: 50px;
    outline: none;
    width: 50px;
    height: 20px;
    text-decoration: none;
    background: url(/static/img/icon-arrow-black-up.png) no-repeat 0px 0px;
    background-size: contain;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -moz-box-shadow: 0 2px 4px #999;
    -o-box-shadow: 0 2px 4px #999;
    cursor: pointer;
	z-index:99999999;
}

#button-up span {
	display: block;
    width: 50px;
    height: 20px;
}