html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#wrap{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:800px;
	clear:left;
}

div#vCenterMe{
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom: -300px; /* half of container's height */
		float:left;
}