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

	img, div, body {
	 }
	
	body {
		margin: 0pt;
		text-align: center;
		font-family: Helvetica, sans-serif;
		font-weight: 100;
	}

	body {
		background-color: white;
		color: #2f2f2f; /* text color */
  		background-position: center center;
  		background-repeat: no-repeat;
  	 	background-attachment: fixed;
  	 	background-size: cover;
	}

	#master {
	}

	#title {
		background-color: rgba(247,247,247,0.28);
/* 		background-color: #2f2f2f; */
/* 		color: #2f2f2f; */
		font-size: 12pt;
		font-family: Helvetica;
/* 		font-variant: small-caps; */
		text-transform: uppercase;
		text-align: left;
		width: 100%;
		height: 25pt;
/* 		padding: 5pt; */
		position: fixed;
		z-index: 1;
	}
	
	#title #text {
		display: inline-block;
		position: absolute;
		top: 6pt;
		right: 5pt;
		left: 5pt;
		bottom: 5pt;
	}
	
	#subtitle {
/* 		font-size: 75%; */
		position: absolute;
		right: 0pt;
		top: 0pt;
	}

	#links {
		padding-top: 10pt;
		font-size: 75%;
/* 		position: relative; */
/* 		top: -11pt; */
	}

	a:link, a:visited {
		text-decoration: none;
		color: inherit;
		padding-right: 10pt;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	#content {
		display: inline-block;
		position: absolute;
		bottom: 0pt;
		top: 0pt;
		left: 0pt;
		right: 0pt;
		z-index: 0;
	}
	
	.table, .row, .cell {
		display: table;
		height: 100%;
		width: 100%;
	}
	
	.row {
		display: table-row;
	}
	
	.cell {
		display: table-cell;
		vertical-align: middle;
	}
	
	.box {
		padding: 40pt;
		padding-right: 0pt;
		padding-left: 0pt;
		font-size: 20pt;
/* 		font-weight: bold; */
		position: relative;
		display: inline-block;
		width: 100%;
		min-width: 500pt;
/* 		border-radius: 5px; */
/* 		background-color: rgba(207,207,207,0.38); */

/* 		background-color: rgba(179,94,94,0.58); */
	}
	
	.box a:link {
		top: 2pt;
		position: relative;
	}
	
	.box a:hover {
		text-decoration: inherit;
		text-shadow: 0px 0px 3px rgba(0,0,0,0.56);
	}
	
	.box .button {
		font-size: 10pt;
		display: inline-block;
		border: 1px solid black;
		padding: 15pt;
	}
