* { margin:0;
	padding:0;
}

#container {
	position:relative;
	margin:30px auto;
	width:1060px;
	
}

#leftbox {
	width:80px;
	float:left;
}

#centerbox {
	width:900px;
	float:left;
}

#rightbox {
	width:80px;
	float:right;
}