/* $Id: style.css,v 1.38.2.2 2009/04/27 14:20:53 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background-color: #202c06;
  background-image: url(/sites/TracyEliasson.com/files/background-front.png);
  background-repeat: no-repeat;
/*  background-attachment: scroll; */
  background-position: top left;
  margin-left: 60px; /* auto */
  margin-right: 0px; /* auto */
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px; /* content, including background-image */
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font: 12px/170% Verdana, sans-serif;
  color: #c0ca36;
}

