body, td{
font-family: helvetica neue;
font-size: 12px;
font-weight: normal;
letter-spacing:.16em;
margin:0;
   padding:0;


}

a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	font-weight: bold;
}

#container {
   min-height:100%;
   position:relative;
  height: 100%;
}

#header {
  
   width:100%;
   height:70px;   /* Height of the header */
  
}

#body {
   padding:0;
   padding-bottom:50px;   /* Height of the footer */
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;   /* Height of the footer */
  
}

