#wrapper {
	position: relative;
	width: 960px;
	height: 720px;
	background-color: white;
	margin: 0px auto; 

}

#header {
	width: 960px;
	height: 100px;
	
}

#content {
	width: 960px;
	height: 720px;
	
}

#header-logo {
	position:absolute;
	left: 600px;
	margin-top: 40px;
	
}

#home-photo {
	position: absolute;
	left: 100px;
	

}
	
	
.home-text {
	position: absolute;
	left: 648px;
}

