/* CSS Document */

body {
	background-color: ##77A4CF;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}



#all {
	width:988px;
	height:800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	position:relative;

}

#main {
	width:988px;
	height:663px;
	float:left;
	background-color: #60805C;	
	
}

#logo {
	width:321px;
	height:99px;
	float:left;
	
}

#photodiv {
	width:976px;
	height:400px;
	background: 50% 50% no-repeat;
	float:left;
	margin-left:6px;
	margin-top:6px;
}


#photoimg {
	width:976px;
	height:400px;
	background:#fff url('http://www.dylanduncan.com/fadingimages/Commitment.jpg') no-repeat;
	
}

#learnmore {
	width:324px;
	height:246px;
	float:left;
	margin-left:6px;
	margin-top:6px;
	
}

#services {
	width:321px;
	height:246px;
	float:left;
	margin-left:4px;
	margin-top:6px;
	
}

#portfolio {
	width:323px;
	height:246px;
	float:left;
	margin-left:4px;
	margin-top:6px;
	
}

#about {

	width:54px;
	height:23px;
	float:left;
	position:relative;
 	top:70px;
	left:5px;

}

#philosophy {

	width:87px;
	height:22px;
	float:left;
	position:relative;
 	top:71px;
	left:50px;

}


#serviceslink {

	width:74px;
	height:23px;
	float:left;
	position:relative;
 	top:70px;
	left:90px;

}

#portfoliolink {

	width:70px;
	height:22px;
	float:left;
	position:relative;
 	top:71px;
	left:130px;

}

#testimonials {

	width:102px;
	height:22px;
	float:left;
	position:relative;
 	top:71px;
	left:170px;

}

#contact {

	width:70px;
	height:22px;
	float:left;
	position:relative;
 	top:71px;
	left:210px;

}

#footer {

	width:988px;
	height:25px;
	float:left;
	position:relative;
 	top:5px;

}

#flag {

	width:68px;
	height:50px;
	position:absolute;
 	right:0;

}

#phone {

	width:279px;
	height:52px;
	position:absolute;
 	right:65px;
	top:11px;
}






