@charset "utf-8";
/* CSS Document */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #949a96;
	margin: auto;
}
#main {
	margin: 20px auto;
	height: 750px;
	width: 1000px;
	background-image: url(hirsch_back.jpg);
}
.orange {
	position: relative;
	top: 505px;
	color: #fd880b;
	font-size: 24px;
	text-align: right;
	margin-right: 220px;
	font-weight: bold;
}
.orangelink {
	color: #fd880b;
	font-size: 24px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

.black  {
	position: relative;
	top: 496px;
	font-size: 48px;
	text-align: right;
	margin-right: 280px;
	color: #000000;
	letter-spacing: 0.01px;
	font-weight: bold;
	text-decoration: none;
}
.blacklink {
	font-size: 48px;
	text-align: right;
	color: #000000;
	letter-spacing: 0.01px;
	font-weight: bold;
	text-decoration: none;
}

	
.white {
	position: relative;
	top: 495px;
	font-size: 14px;
	text-align: right;
	margin-right: 340px;
	color: #FFFFFF;
	position: relative;
	font-weight: bold;
}
.whitelink {
	font-size: 14px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

