#content {
  width: 600px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 50px;
}

#texto {
  width: auto;
  margin-left: auto ;
  margin-right: auto ;
  color:#94959a;
  font-size: 25px;
  text-align: center;

}

.newsletter{
text-align:center;
color: #444d65;
font-weight: 300;
padding-top: 4%;
font-size: 35px;
text-decoration: none;
letter-spacing: 3px;
}

.newsletter:hover{
font-size:40;
}

#footer{    
background: url("http://www.ericpaulsnowden.com/blog/wp-content/themes/eps_v5/images/line_dotted.png") repeat-x;
    padding-right: 50px;
    text-align: right;
}

#footer_holder {
    min-height: 120px;
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
font-family: 'UnicodSans-CondensedLight', Tahoma, Geneva, sans-serif !important;
background-color: ghostwhite;
}

#footer h3 {
    padding-top: 20px;
    margin-bottom: 0px;
    font-family: 'UnicodSans-CondensedLight', Tahoma, Geneva, sans-serif !important;
    font-style: normal;
    font-weight: 100;
    color: #000;

#footer h4 {
    font-style: italic;
    font-size: 13px;
font-family: 'UnicodSans-CondensedLight', Tahoma, Geneva, sans-serif !important;
    color: #666;
    padding-bottom: 0px;
}

a {
    color: #666;
font-family: 'UnicodSans-CondensedLight', Tahoma, Geneva, sans-serif !important;
    text-decoration: none;
}