body		
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
}

#wrapper {
	position:absolute;
	left: 50%;
	width: 1280px;
	top: 50%;
	height: 768px;
	margin-top: -384px; 	/*  half of the height 	*/
	margin-left: -650px;
}

h2.keyword {
	display: inline;  font-size: 14px;
}

h2.keyword_top {
	display: inline;  font-size: 18px;
}