/* Your Say */

#surround {
	position: relative;
	width: 800px;
	height: 500px;
	}

#background {
	position: absolute;
	width: 800px;
	height: 500px;
	background-image:url('images/background.png');
	}
	
#splash {
	position: absolute;
	left: 60px;
	}
	
#music {
	position: absolute;
	left: 300px;
	bottom: 285px;
	}

#photos {
	position: absolute;
	left: 450px;
	bottom: 285px;
	}

#videos {
	position: absolute;
	left: 600px;
	bottom: 285px;
	}
	
#blogs {
	position: absolute;
	left: 300px;
	bottom: 85px;
	}
	
#letters {
	position: absolute;
	left: 450px;
	bottom: 85px;
	}
	
#family {
	position: absolute;
	left: 600px;
	bottom: 85px;
	}
	
