html{
	height:100%;
}

body{
	height: 100%;
	padding: 0;
	margin: 0;
}

#top_image{
	width: 1000px;
	height: 400px;
	display: table;
	z-index: 99999;
	overflow: hidden;
}
#top_image .textbox {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.catch {
}
