html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background-color: #000000;
}
div#distance { 
	margin-bottom: -290px; /* half of content height */
	/*background: red;*/      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 580px;         /* required - desired height */
	width: 1000px;          /* required - desired width */
	/*background: blue;*/     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	/*border: 1px #ccc solid;*/
}

p {
	margin: 1em;
}
.links1111 {
  color:#1d787c;
  text-decoration: none;
  font-family: arial;
  font-size: 17px;
  /*font-stretch: ultra-condensed;*/
}

#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:540px;
	margin-top: -270px; /*set to a negative number 1/2 of your height*/
	margin-left: -475px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	/*border: 1px solid #ccc;
	background-color: #f3f3f3;*/
}

#archivio{
    position:absolute;
    top:20px;
    left:20px;
    font-family: Tahoma;
    font-size: 60px;
    letter-spacing: 6px;
    color: #dddddd;
    
}

#logo{
  position:absolute;
  bottom: 65px;
  right: 10px;
  z-index: 100;
  /*z-index: 1;*/
}

#back{
  position:absolute;
  top:55px;
  left:320px;
  height: 50px;
  z-index: 3;
}

#home{
  position:absolute;
  top:62px;
  left:420px;
  height: 50px;
  z-index: 3;
}

#perse
{
  position:absolute;
  top:40px;
  left:866px;
  z-index:3;
}

#bkgnd{
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 99%;
  margin:0px;
  padding:0px;
  z-index: -1;
}

.links {
  color:#dddddd;
  text-decoration: none;
  font-family: arial;
  font-size: 17px;
  /*font-stretch: ultra-condensed;*/
}

.links1 {
  color:#dddddd;
  text-decoration: none;
  font-family: arial;
  font-size: 25px;
  /*font-stretch: ultra-condensed;*/
}