body {
	background-image: url(/assets/images/background-landing.jpg);
	background-repeat: repeat-y;
	background-color: #517801;
	background-position: center;
}

#container {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#container img {
	display: block;	
	overflow: hidden;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#bar {
	width: 100%;
	height: 52px;
	background-image: url(/assets/images/bar-landing.gif);
	background-repeat: repeat-x;
	margin-top: 12px;
}

#bar-buttons {
	width: 538px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#bar-buttons ul {
	height: 52px;
	overflow: hidden;
}
#bar-buttons li {
	list-style-type: none;
	float: left;
}

#bar-buttons a {
	text-indent: -500px;
	display: block;
	height: 52px;
	overflow: hidden;
	background-repeat: repeat-x;
}

#bar-res a {
	width: 268px;
	background-image: url('/assets/images/bar-residential.gif');
}
#bar-res a:hover {
	background-position: -268px 0;
}

#bar-bus a {
	width: 268px;
	background-image: url('/assets/images/bar-business.gif');
}
#bar-bus a:hover {
	background-position: -268px 0;
}

#bar-text {
	width: 534px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 15px;
}