/* Start of CMSMS style sheet 'STYLE-Dart-Entrance' */
body {
	margin: 0;
	padding: 0;
	color: black;
	background-color: #666666;
	background-image: url(uploads/images/siteimgs/pattern.gif);
}
#horizontal {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#center {
	background-color: #ddd;
	visibility: visible;
	position: absolute;
	top: -200px;
	left: 50%;
	width: 720px;
	margin-left: -360px; /* half width */
	height: 415px;
	overflow: hidden;
	border: 1px solid black;	
}
/* End of 'STYLE-Dart-Entrance' */

