.ocontainer {
	position:relative;
	z-index:99;
	text-align: center;
	display: none;
	height: 100%;
	width: 100%;
}
.ocontent {
	position:relative;
	height: 400px;
	width: 500px;
	margin:auto;
}