@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 779px;
	height: 1100px;
	background-image: url(../assets/images/photobackground.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
body {
	text-align: center;
	background-color: #c5b39b;
}
#contact {
	position: absolute;
	height: 61px;
	left: 545px;
	top: 190px;
	width: 228px;
}
#navbar {
	position: absolute;
	top: 260px;
	width: 779px;
	height: 65px;
	background-color: #000000;
}
#homenav {
	position: absolute;
	width: 154px;
	height: 58px;
}
#special {
	position: absolute;
	width: 154px;
	height: 58px;
	left: 625px;
}
#welcomenav {
	position: absolute;
	height: 58px;
	width: 155px;
	left: 156px;
}
#photonav {
	position: absolute;
	width: 154px;
	height: 58px;
	left: 470px;
}
#xmarksnav {
	position: absolute;
	width: 155px;
	height: 58px;
	left: 314px;
}






.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
