/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article, section {
  display: block;
}

html, body {
  background-color: #FFF;
  margin: 0;
  padding: 0;
}

.content a:link {
  text-decoration: underline;
  color: #3A3939;
}
.content a:visited {
  text-decoration: underline;
  color: #3A3939;
}
.content a:hover {
  text-decoration: underline;
  color: #00b4ff;
}
.content a:active {
  text-decoration: underline;
  color: #3A3939;
}

.content a img {
  border: 0;
}

/* ------------------------------ Header ------------------------------ */
header {
  margin: 0 auto;
  padding: 0;
  width: 620px;
  height: 244px;
}

header h1 {
  margin: 0;
  padding: 0;
  width: 470px;
  height: 95px;
  background: transparent url(/images/gianni.png) left top no-repeat;
  text-indent: -9999px;
}

/* ------------------------------ Section ------------------------------ */
section {
  margin: 0 auto;
  padding: 0;
  width: 620px;
  height: 350px;
}

/* ------------------------------ Footer ------------------------------ */
 footer {
  margin: 0 auto;
  padding: 0;
  width: 620px;
 }

 footer a {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 188px;
  height: 149px;
  background: transparent url(/images/twatr.png) left top no-repeat;
  text-indent: -9999px;
 }


