body
{ background-color:  #000000;
  color: #000000; /*text colour*/
}

html{height: 100%;}

#site_content_index

{ width: 700px;
  height:500px;
  margin-top: 100px;
  margin-left: auto; 
  margin-right: auto;
  border: 0px solid;
  background-image:url(images/landing.jpg);
  background-repeat:no-repeat;
  border-color: #2183c6;
  text-decoration:none;

}

#site_content_index img

{ 
  text-decoration:none;
  border: 0px;

}