h1 {
color: #6DDB6D ;
}
body
{
	background-image: url("http://i.imgur.com/x5imuwL.gif");
background-repeat: no-repeat;
background-size: cover ;
 

}
img {
    width: 250px;
    height: 250px;
    
}

#services{
    position: fixed;
    bottom: 0;
    left: 150;
    width: 150px;
	height: 150px ;
	border:clear;
}
#reviews {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 150px;
	height: 150px ;
}
#about{
    position: fixed;
    bottom: 0;
    left: 300;
    width: 150px;
	height: 150px ;
}
.cursor { 
	cursor: url(moeny.cur), auto;
}