html, body {
	height: 99%; 
}

#offset { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-100px; /* half of container's height */
	float:left;
}


.mwrap {
	padding: 0px;
	width: 601px;
	height: 201px;
	position: relative;
	text-align:left;
	margin:0 auto;
	clear: left;

}

.mtext {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 0.6em;
}
