/* Layout generale
------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 1em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  color: #454545;
  line-height: 1.2em;
}
body {
  font-size: 62,5%; /* uso una base di 10px */
}
ul {
  display: list-item;
  list-style: none;
}
strong {
  font-weight: bold;
}

#wrapper {
  width: 100%;
}
  #wrapper #header {
    width: 100%;
    height: 2em;
    background-color: #F08100;
  }
  #wrapper #content {
  	margin: 0 auto;
    height: 35em;
    text-align: center;
  }
  	#wrapper #content img {
    	margin-top: 2em;
      margin-bottom: 3.5em;
    }
    #wrapper #content p {
    	font-size: 1em;
      margin-top: 1em;
      line-height: 1.5em;
    }
  #wrapper #footer {
  	text-align: center;
    position: absolute;
    top: 35em;
    width: 100%;
    padding-bottom: .5em;
  }
  #wrapper img#back-logo {
  	position: fixed;
    top: 10em;
    right: -8em;
  }
  
/* Text
------------------------------------------------------- */

p {
	font-size: .7em;
  color: #747373;
  margin-bottom: .5em;
}
strong {
	color: #747373;
}
a {
	color: #F08100;
  text-decoration: none;
}
a:hover {
  color: #747373;
}