div.container 
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
div.content    
{

	margin-left: -250px;
	position: absolute;
	top: -90px;
	left: 50%;
	width: 500px;
	height: 70px;
	visibility: visible
}


body
{
	background-color: #000000;
	color: white;
}

p 
{
	display: table-cell; 
	vertical-align: middle;
	text-align: center
}


