@charset "UTF-8";


body {
    margin: 0;
    padding: 0;
	background-color: black;
}




.head:hover {
	background-color: #468CCA;
        }
div.head {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
	color: #FFF;
	font-weight: 400;
	line-height: 18px;
	height: 85px;
	width: 200px;
	padding: 12px;
	position: fixed;
	top: 30px;
	left: 30px;
	background-color: #000;
	opacity: 0.8;
	z-index: 1;
}
div.social {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #FFF;
	font-weight: 400;
	line-height: 18px;
	width: 200px;
	padding: 12px;
	position: fixed;
	top: 143px;
	left: 30px;
	background-color: #000;
	opacity: 0.8;
	z-index: 1;
}
div.display {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #FFF;
	font-weight: 400;
	line-height: 18px;
	width: 400px;
	padding: 12px;
	position: fixed;
	text-align:justify;
	top: 143px;
	left: 259px;
	background-color: #000;
	opacity: 0.8;
}
a {
	color: #FFF;
}
a:hover {
	color: #468CCA;
}
