body {
	background-repeat: no-repeat;
	margin-top: 65px;
	background-image: url(../images/md_background.jpg);
	background-color: #000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 18px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

hr {
	color: #666;
}


.borders {
	border: 1px solid #CCC;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: none;
}

