CSS,画面中央に配置する

#top_main_box {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;

	width: 128px;
	height: 64px;
	border: 1px solid red;
}