@font-face {
  font-family: "mohannad";
  src: url(mohannad.ttf) format("truetype");
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #e6e6e6;
	text-align: center;
	margin: 0px;
	font-size: 12px;
}

a {
	font-style: normal;
	font-weight: normal;
}

.menu {
	background-color: #333333;
	right: 0px;
	left: 0px;
	padding: 5px;
	top: 10px;
	border-width: 1px;
	border-color: #cccccc;
	border-right-style: none;
	border-left-style: none;
	z-index: 2;
	text-shadow: 0px 0px 3px;
	border-top-style: dotted;
	width: 100%;
	position: fixed;
	text-align: center;
	border-bottom-style: dotted;
	opacity: .9;
	filter: alpha(opacity = 90);
}

.menu a {
	font-variant: small-caps;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0px 0px 3px black;
	color: white;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
.menu a:hover {
	text-decoration: none;
	color: maroon;
}

.graybar {
	right: 0px;
	left: 0px;
	border-bottom-color: maroon;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	z-index: 1;
	top: 36px;
	position: fixed;
	height: 9px;
	width: 100%;
	background-color: white;
}

.main {
	display: inline-block;
	z-index: 2;
	min-height: 100%;
	border-color: #cccccc;
	border-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	color: #e6e6e6;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 55px;
	text-align: center;
	width: 700px;
}

.currentYear {
	text-align: center;
	position: absolute;
	right: 0px;
	left: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	top: -100px;
	font-weight: bold;
	color: white;
	z-index: -1;
	font-size: 300px;
	opacity:.5;
	filter:alpha(opacity=50);
}