/* CSS Document */

<style>
body {margin:0px; padding:0px; background-image:images/bottom.jpg; background-repeat:repeat-x; background-color:#444444; }


/* image --------------------------------------------------------*/

#copyright { 
  position: relative; 
  width: auto;
  margin: 0 auto;
  bottom: 0px; 
  right: 0px;
  background: transparent;
  padding: 0;
}

  
#copyright img { 
  text-align : center;
  max-width: 100%;
  height: auto;
  width: auto:
}

footer { 
  font: 80% 'Droid Sans', arial, sans-serif;
  height: 300px;
  padding: 28px 0 5px 0;
  text-align: center; 
  background: #1A1225;
  color: #FFF;
  margin: 0;
  border-top: 6px solid #58B5D6;
}

  /* padding third : line separator */

footer p { 
  line-height: 1.0em;
  padding: 0 0 1px 0;
}

footer a { 
  color: #FFF;
  text-decoration: none;
}

footer a:hover { 
  color: #FFF;
  text-decoration: underline;
}

footer { 
  margin-left: auto; 
  margin-right: auto;
}

/* scroll to top */
#scroll { 
  position: relative; 
  width: 1000px;
  margin: 0 auto;
  bottom: 15px; 
  right: 0;
  background: red;
  padding: 0;
}
  
#scroll a { 
  float: right;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}
  
#scroll a img { 
  float: right;
  padding: 0 0 0 0;
  margin: 0;
}

</style>
