body {

}

.cleaner
{
	clear: both;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.hidden
{
	display: none;
}

#scroll-top
{
    display:none;
    position:fixed;
    bottom:30px;
    right:30px;
}

#scroll-top img
{
    width:35px;
}