/* halo.css - screen version */
body {
  
  color: #003366;
  background: #d9dbdb url(gradbggrey.jpg) repeat-y;
  word-spacing: 1px;
  font-family: 'adobe minion web','trebuchet ms',sans-serif;
  font-size: 14px;	
}

p { 
  text-indent: 2em; margin-top: 0; margin-bottom: 0; 
}
a {
  color: #090;
}  
a:link {
  color: #090;
}  
a:visited {
  color: #060;
} 
a:active { 
  color: #990;
} 
a:hover { 
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(fimov.gif);
} 

div.color {
    color: #003366;
    background-image: url(bluegradbg.jpg);
    padding: 0.5em;
    border: groove; 
    border-width: thin;
    width: 75%;
}

ul.navbar {
    position: absolute;
    top: 255px;
    padding: 18px;
    left: 1px;
    border: ridge;
    border-width: thin; 
    width: 9em;
    color: #333333;
    background-image: url(gradbggrey2.jpg);
}

div.main {
    position: absolute;
    top: 100px;
    left: 12em;
    border: none;
    width: 75%;
    margin: 15px;
}

#object1 {
    position: absolute;
    top: 420px;
    right: 5px;
}
