@charset "utf-8";
#maindiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: none;
	height: auto;
	width: auto;
}
.videotourlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #00FFFF;
}
.blackframe {
	border: thick solid #000000;
}

