* {
	font-family: "Calibri";
	font-size: 13pt;
	text-align: justify;
	color: #000000;
}
h1 { font-size : 18pt; }
h2 {  font-size : 16pt; }
a:link { color: #000000; }
a:visited { color: #000000;	}
a:hover { color: #555555; }
#ref
{
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left:25px;
	text-indent: -25px;
}

#parallaxContainer {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
#parallaxContainer img {
    width: 100%;
    height: auto;
}

div.main {
	background-color:rgba(255,255,255,0.8);
}

div.floating_menu {
	margin: 1;
	font-size: 8pt;
	text-align: center;
	float: right;
}

body 
{
	background-position: top;
	background-color: #000000;
}