body {
	background-color: #333333;
         margin-left: 0px;
}

div#centerline {
         position: absolute;
         top: 50%;
	height:200px;
	width: 100%;
	margin: -100px 0 0 0;
         background-color: #000000;
         border-top: 1px solid #FF00FF;
         border-bottom: 1px solid #FF00FF;
         text-align: center;
}
