#headerimg {
	float: left;
	background: url(../logo.gif) top center no-repeat;
	width: 390px;
	height: 140px;
	margin: 13px 5px 0 0;
	padding: 0;
}

#left{
	width:250px; 
	float:left;
}

#center{
	float:center;
}

#right{
	float:right;
}

#header {
	width: 940px;
	height: 160px;
	margin: 0 auto;
}

#page_bg {
	padding: 0;
	background: #000000;
}