@charset "UTF-8";
body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:3px 3px 2px #999;
	font-size: 34px;
	line-height: 34px;
	color: #FFF;
	font-weight:bold;
	font-style:italic;
	margin: 0;
	padding: 0;
	overflow:hidden;/*Needed to eliminate scrollbars*/
}
a:link {color: #FFF; text-decoration: none;	text-sadow:3px 3px 4px #FFF;}
a:active {color: #C00; text-decoration: none; text-sadow:3px 3px 4px #999;}
a:visited {color: #FFF; text-decoration: none; text-sadow:3px 3px 4px #FFF;}
a:hover {color: #C00; text-decoration: none; text-sadow:3px 3px 4px #999;
}

a.first:link {text-decoration:none; color:#FFF}
a.first:visited {text-decoration:none; color:#FFF}
a.first:hover {text-decoration:none; color:#666}
a.first:active {text-decoration:none; color:#FFF}

a.second:link {text-decoration:none; color:#FFF}
a.second:visited {ext-decoration:none; color:#FFF}
a.second:hover {text-decoration:none; color:#C00}
a.second:active {text-decoration:none; color:#FFF}

#logo {
	height: 51px;
	width: 565px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-image: url(images/acmlogocrom.png);
	z-index: 15;
}
#testo {
	height: auto;
	width: auto;
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 20px;
	line-height: 20px;
	z-index: 10;
}
#testo1 {
	height: auto;
	width: auto;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 70px;
	line-height: 70px;
	z-index: 10;
}
#testo3 {
	height: auto;
	width: auto;
	position: absolute;
	right: 15px;
	top: 80px;
	font-size: 30px;
	line-height: 30px;
	z-index: 10;
}
#video {
	height: 315px;
	width: 560px;
	position: absolute;
	top: 100px;
	left: 10px;
	z-index: 15;
}
#menu {
	width: 286px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 10;
	font-size: 26px;
	line-height: 34px;
	font-style:italic;
	font-weight:bold;
}
#full-screen-background-image {
  z-index: -999;
  min-height: 1px;
  min-width: 1px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
#pedice {
	position: absolute;
	bottom: 10px;
	width:100%;
	text-align:justify;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	z-index: 5;
	font-weight:bold;
	text-align: center;
}
#fb {
	height: 50px;
	width: 50px;
	position: absolute;
	right: 70px;
	top: 10px;
	background-image: url(images/fb1.png);
	z-index: 15;
}
#yt {
	height: 50px;
	width: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url(images/yt1.png);
	z-index: 15;
}
#box {
	position: absolute;
	with: 100%;
	height: 390px;
	left: 620px;
	top: 100px;
	text-align:left;
	font-size: 24px;
	line-height: 24px;
	color: #FFF;
	text-shadow:3px 3px 2px #999;
	opacity:1;
	z-index: 15;
	text-justify:auto;
	font-style:italic;
}
