* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
	text-align:center;
	padding-top:10px;
}

.footer { background-color:#000; }
.footer a {color:#888; text-decoration:none;}

body {
	background-image:url(images/bg-commodities.jpg);
	background-position:top center;
	background-repeat:none;
	background-attachment:fixed;
	background-repeat:no-repeat;
	}
	
#topbar {
	background-color:#000;
	height:100px;
	width:100%;
}
	
#header { 
  margin: 0 auto;
  padding: 0;
  width: 960px;
background:none
}

#nav {
    margin: 45px 5px 0 0;
    padding: 0;
}

#main {
  margin: 0 auto;
  padding: 120px 0 0 0 ;
  width: 960px;
  position: relative;
  background:transparent;
  background-image:none;
}

#graybar {
	margin-top:100px;
	background-image:url(images/bg-transparent.png);
	background-position:top;
	background-repeat:repeat-x;
	height:100px;
	width:100%;	
	}
#services {
	margin: 0 auto;
  	padding: 0;
  	width: 960px;
	color:#fff;
	font-size:22px;
	text-align:right;
}

#bottombar {
	background-color:#000;
	height:50px;
	width:100%;
}

