body {
	margin:50px 0px; 
	padding:0px;
	text-align:center;
	background-image: url(../img/sfondo.jpg);
	background-repeat: repeat;
	height:100%;
	}
	
#content {
	width:600px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
#vertical{
    position:absolute;
    top:50%;
    margin-top:-280px;/* half main elements height*/
    left:0;
    width:100%;
}

#content a{
	 display: block;
     text-indent: -9999%;
     /*position: absolute;*/
     outline: none;
}

#content .sfondo{
  	width:700px;
  	height:550px;
  	background: url(../img/sfondo_home.gif) no-repeat;
}

.entra {
	width: 154px;
	height: 45px;
	background-image: url(../img/dymo/entra.gif);
	background-repeat: no-repeat;
}

