* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
	background-color:#dbba62;
}

.wrapper {
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
#header-top
{
	vertical-align: top;
	clear:both;
	background-image:url("./images/clients_02.jpg"); background-repeat: repeat-x;
}
#header-top img
{
	vertical-align: top;
}
header-bottom img
{
	vertical-align: top;
}
#body-bg
{
	vertical-align: top;
	text-align: left;	
	background-image:url("./images/clients_04.jpg"); background-repeat: repeat-x;
}
#nav-left
{
	margin-top: 29px;
}
#content
{
	font-family: Helvetica;
	position: absolute;
	top: 300px;
	margin: 0 40px 0 380px;
}
#content h2
{
	font-size: 24px;
	color: #505c64;
	margin-bottom: 10px;
}
#caption-right
{
	text-align: right;
	width: 230px;
	height: 126px;
	position:absolute;
	right: 150px;
	bottom: 80px;
	width: 100%;
	background-position: bottom right;
}
#clients
{
	width: 520px;
	color: #333333;
}
.bullet{
	color: #5d470d;	
}

.footer{
	height: 50px; /* .push must be the same height as .footer */
	background-image:url("./images/clients_17.jpg"); background-repeat: repeat-x;
}
.push{
	height: 50px; /* .push must be the same height as .footer */
}
#credits p{
	color: #FFFFFF;
}
