@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#container {
	height: auto;
	width: 874px;
	background: transparent url(../images/background.jpg) no-repeat left top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#container #header {
	height: 180px;
	width: 772px;
	margin: 0px auto;
	position:relative;
}
#container #content {
	height: 454px;
	width: 772px;
	margin: 0px auto;
}
#container #footer {
	width: 772px;
	margin: 0px auto;
	height: 40px;
	text-align:center;
}
#container #footer p{
	margin:0px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
}
#container #footer a{color:#000000;}
#container #header #logo {
	height: 99px;
	width: 306px;
	position: absolute;
	top: 24px;
	left: 0px;
}
#container #header #menu #contactus {
	position:absolute;
	left: 682px;
	top: 102px;
}
#container #header #menu #aboutus {
	position:absolute;
	left: 605px;
	top: 102px;
}
#container #header #menu #gallery {
	position:absolute;
	left: 534px;
	top: 102px;
}
#container #header #menu #services {
	position:absolute;
	left: 461px;
	top: 102px;
}
#container #header #menu #home {
	position:absolute;
	left: 390px;
	top: 102px;
}
