body,p,a,div{
		margin:0px;
		padding:0px;
	}
	body{
		font:12px/22px Georgia serif;
		margin:0 auto;
	}
	a{
		color: #333;
		text-decoration: none;
	}
	a:hover{
		color: #548B02;
	}
	p{
		margin-bottom:25px;
	}
	#back-to-top{
		position:fixed;
		bottom:5%;
		left:90%;
	}

