@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
 height: 100%;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
a:hover {
  text-decoration: underline;
  color: rgb(255, 0, 0);
}

a.link-footer {
  color: rgb(255, 0, 0);
}

/*p {
 font-family: Verdana, Arial, Helvetica; 
 font-size: 12pt;
 text-indent: 40px;
 text-align: justify;
}

h4 {
  font-family: Verdana, Arial, Helvetica; 
  font-size: 12pt;
  text-align: justify;
 }

h5 {
  font-family: Verdana, Arial, Helvetica; 
  font-size: 12pt;
  text-align: center;
 }
*/
#header {
 display: block;
 width: 100%;
 height: 120px;
 background-image: url(../img/header_bg.png);
}

#content {
 width: 1000px;
 padding-top: 40px;
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 20px;
 margin: auto;
/*background-color: azure*/
}

#footer {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 50px;
 background-image: url(../img/footer_bg.png);
}

#footer-text {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
}