body{
    background-color: #000;
    margin: 0;
    padding: 0;
}
#container{
   text-align: center;
}
*:first-child+html #content{
  text-align: left;
  width: 50%;
}
#content{
	height: 621px;
	margin: 35px auto;
}
#chc_container{
	margin: 0px auto;
}

#chc{
	background: url("../images/chc.gif") no-repeat left top;
	width: 650px;
	height: 30px;
	margin:20px auto;
}
#footer{
	width: 700px;
	height: 170px;
	margin: 30px auto;
}
#logo{
	background: url("../images/glowhawaii_logo.gif") no-repeat left top;
	float: left;
	width: 158px;
	height: 170px;
}
#chef{
	float: right;
	background: url("../images/w_chef.gif") no-repeat right top;
	width: 241px;
	height: 140px;
}