#header {
  display:block;
  width:100%;
  height:185px;
  position: absolute;
  top: 10%;
  left: 0;
  padding: 0;
  background-image: url(../images/header_bg.png);
  color: #000;
  font-weight: normal;
  font-family: verdana, sans-serif;
  font-size: 13px;
  text-align:center;
  line-height:20px;
}
a{
	color:#666666;
}
a:hover{
	color:#ffffff;
}
#footer {
  display:block;
  width:100%;
  height:auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  color: #000;
  font-weight: normal;
  font-family: verdana, sans-serif;
  font-size: 10px;
}

@media (max-width: 760px) {
#header {  
  font-size: 10px;
  line-height:14px;
}