* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 860px;
  min-height: 600px;
  background-color: #3d8ebd;
}
#bgImg, #bgImg > div {
  z-index: 0;
  line-height: 0;
  font-size: 0;
}
#bgImg > div {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#bgImg > div > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
#bgImg > div > img.fullWidth {
  width: 100%;
}
#bgImg > div > img.fullHeight {
  height: 100%;
  width: auto;
}
.content {
  position: absolute;
  display: block;width:860px;height:600px;
  top:0;left:50%;margin-left:-430px;
  overflow: hidden;
  background: url('../Images/content67.png') no-repeat 0 0 transparent;  
  z-index: 2;
}
a, a:hover {
  position:absolute;display:block;height:30px;left:36px;
  text-indent: -99999px;
  overflow: hidden;background-color:transparent;
}
a#email {width:95px;top:340px;}
a#onde {width:110px;top:374px;}
a#mais {width:150px;top:430px;}