body {
	 background-image: url('background.jpg');
	 background-size:100%;
  background-repeat:repeat;
  background-color:#000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;

}

h1,h2,h3,h4 {
  color: #88AA88;
}

a:link { color: #33CC33;}
a:visited { color: #336633;}

.content {
  background-color: #E6E6E6;
  color: #669966;
  padding: 20px;
  margin: 0 -20px; // negative indent the amount of the padding to maintain the grid system 
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  opacity: 0.65;
}

.container {
  margin-right:150px;
  margin-left: 150px;
  *zoom: 1;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.yellow_header {
	color: #BBBB00;
}