body{
background-image: url("http://cdn0.dailydot.com/uploaded/images/original/2013/9/20/dogtyping.gif");
background-repeat: no-repeat;
background-size: cover;
}
h1{
	color: #0eed8e ; 
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	
}

h2{
	color: #0eed8e ; 
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#buisness{
    position: fixed;
    top: 0;
    right: 0;
    width: 150px;
	height: 150px ;
	border:clear;
}
#reviews {
    position: fixed;
    top: 0;
    right: 150;
    width: 150px;
	height: 150px ;
}
#about{
    position: fixed;
    top: 0;
    right: 300;
    width: 150px;
	height: 150px ;
}