body {
 background-color: black;
 margin: 0;
 padding:0;
}

#container {
	width: 1040 px;
	height: 215 px;
}


#content {
	width: 1020 px;
	min-height: 10em;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	position:absolute;
	top:50%; 
	height:240px; 
	margin-top:-120px; /* negative half of the height */
}
