html{ height: 100%;}

*{ margin: 0; padding: 0;}

body{ font: normal .90em , sans-serif; color: #1D1D1D; }

a, a:hover{ background: transparent; outline: none; text-decoration: underline; color: #259EDA;}
a:hover{ text-decoration: none;  color: #FF8040;}

#site_content , #footer
{ margin-left: auto; margin-right: auto; }
 
#site_content
{ width: 900px; overflow: hidden; margin-top: 20px;  padding: 20px 0 20px 0;
  border: 1px solid #DDD;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;}   

#footer
{ letter-spacing: -1px;  padding: 10px 10px 0 10px;
  margin: 0 auto;  width: 940px;  height: 30px;
  text-align: center;  color: #1d1d1d;  text-shadow: 1px 1px #ccc;}

#footer a, #footer a:hover{ color: #1d1d1d; text-decoration: none;}
#footer a:hover{ text-decoration: none;}

table { table-layout: fixed;}
table td { word-wrap: break-word; overflow-wrap: break-word; }