body{
  padding: 0px;
  margin: 0px;
  background: #FFFFFF;
}

a:hover {
  text-decoration: none;
}

img { 
  border: 0px;
}

.bg-c { 
  background: url(images/splash.jpg) no-repeat;
}

#footer {
  text-align: left;
}
#footer_text {
  float: left;
  margin-left: 53px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #3D4C6B; 
  font-family:Tahoma;
  font-size: 10px;
}
#footer_text a { 
  color: #3D4C6B;
  text-decoration: none;
}
#footer_text a:hover {
  text-decoration: underline;
}
#footer_logo {
	float: right;
	margin-right: 53px;
}
