body {
	margin: 0;
	background: url("web_images/Lisboa.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
@font-face {
	font-family: Head;
	src: url("materials/IMFellEnglishSC.otf");
	}
@font-face {
	font-family: Title;
	src: url("materials/IMFellEnglishPro.otf");
	}
div.main {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	background-color: rgba(0,0,0,0.875);
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	}
div.main::-webkit-scrollbar {
	width: 10px;
	background-color: #3f3f3f;
	}
div.main::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4.5px rgba(0,0,0,0.3); 
    border-radius: 10px;
	}
div.main::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 4.5px rgba(0,0,0,0.3);
	background-color: #6fa03f;
	}
div.head {
	background-color: rgba(60,60,60,0.95);
	padding: 0 6px 0 6px;
	width: 100%;
	top: 0;
	height: 54px;
	display: block;
	position: relative;
	overflow: hidden;
	}
div.bottom {
	background-color: rgba(90,90,90,0.5);
	width: 100%;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
	}
div.block {
	position: relative;
	width: 720px;
	left: 50%;
	margin-left: -360px;
	padding: 20px 0 20px 0;
	border-top: 1px groove #909090;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
h1 {
	color: #a0a0a0;
	text-decoration: none;
	font-family: Head;
	font-size: 48px;
	line-height: 1em;
	margin: 0.25em 0 0.5em 0;
	text-align: center;
	position: relative;
	clear: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
h2 {
	color: #a0a0a0;
	font-family: Title;
	font-size: 24px;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	position: relative;
	clear: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
h4 {
	color: #6c6c6c;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1em;
	margin: -0.25em 0 1em 0;
	position: relative;
	clear: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
p {
	color: #a9a9a9;
	font-family: Verdana;
	font-size: 14px;
	line-height: 1.25em;
	margin: 0 0 0.5em 0;
	position: relative;
	clear: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
p.photo {
	color: #707050;
	font-size: 12px;
	}
p.copyright {
	color: #ffffff;
	font-size: 12px;
	font-family: DroidSerif;
	text-align: center;
	vertical-align: middle;
	margin: 1em 0 1em 0;
	line-height: 1em;
	}
a.title {
	color: #a0a0a0;
	text-decoration: none;
	font-family: Head;
	font-size: 36px;
	line-height: 1em;
	margin: 0.5em 0 1em 0;
	text-align: center;
	position: relative;
	clear: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}
img.inline {
	margin: 0 5px 5px 0;
	border: 1px groove #9c9c9c;
	padding: 4px;
	float: left;
	opacity: 0.375;
	}
img.inline:hover {opacity: 1;}
img.icon {
		display: absolute;
		margin: 0 4px 0 0;
		border: 0;
		padding: 3px;
		opacity: 0.25;
		max-width: 48px;
		max-height: 48px;
		}
img.icon:hover {
	opacity: 1;
	}