/* Set height of body and the document to 100% to enable "full page tabs" */



body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}


/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

body {background-color: #000;}

.tablink:hover {
  background-color: #888;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
 display: none; 
 padding: 100px 20px;
  height: 20%;
}

#Home { left:100px; background-color:transparent;}
#News {background-color:transparent;}
#Contact {background-color:transparent;}
#About {background-color:transparent;}


div.banner1 {
 /*  width:100px; */
 /*  height:100px; */
	 
/*    background-image:url('../graphics/OxfordB1.jpg'); */
   margin:0; /* If you want no margin */
   padding:0; /*if your want to padding */
}
