/*
 * This file contains styles that are exclusive to the connectave
 * layout (application) and that conflict with styles in the interactive
 * layout.
 */

body {
  background-image: url("../images/background_gradient.png")
}


#footer	{
  height: 62px;
  font: normal 9px arial;
  padding: 5px;
  width: 790px;
  color: RGB(79,79,79);
  position: relative;
  margin-top: -74px;
  border-top: 2px solid rgb(79,79,79)
}
