 body {
	margin: 0;
	padding: 0;
 }
 
 #background 
{ 
	 left: 0px; 
	 top: 0px; 
	 position: relative; 
	 margin-left: auto; 
	 margin-right: auto; 
	 width: 100%;
	 height: 900px; 
	 overflow: hidden;
	 z-index:0;
	} 

 #photos 
{ 
	 left: 0px; 
	 top: 0px; 
	 position: absolute; 
	 width: 100%;
	 height: 900px;
	 z-index:1;
} 

 #roundedrectangle1 
{ 
   left: 64%;
    top: 517px;
    position: absolute;
    width: 35%;
    height: 117px;
    z-index: 2;
} 

 #Listofservices 
{ 
	left: 58%;
    top: 229px;
    position: absolute;
    width: 40%;
    height: 189px;
    z-index: 3;
} 
 #Listofservices img{
   width: 100%;
 }

 #Email 
{ 
	left: 70%;
    top: 598px;
    position: absolute;
    width: 28%;
    height: 24px;
    z-index: 4;
} 

 #Phone 
{ 
	     left: 71%;
    top: 544px;
    position: absolute;
    width: 27%;
    height: 38px;
    z-index: 5;
} 

 #toprectangleblue 
{ 
	 left: 0px; 
	 top: 30px; 
	 position: absolute; 
	 width: 100%;
	 height: 121px;
	 z-index:6;
} 

 #address 
{ 
	 left: 70%;
    top: 700px;
    position: absolute;
    width: 29%;
    height: 89px;
    z-index: 7;
} 

 #headertext 
{ 
	left: 43%;
    top: 69px;
    position: absolute;
    width: 56%;
    height: 46px;
    z-index: 8;
} 

 #logo 
{ 
	left: 27px;
    top: 38px;
    position: absolute;
    width: 37%;
    height: 106px;
    z-index: 9;
} 
#photos img{
	max-width: 100%;
}
img{
	width: 100%;
	height: 100%;
}