body {
		background: url("../Images/Background/beach-beautiful-color-idyllic.jpeg") no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	  }
	  
#Title {
			Color: #fff;
			text-align: center;
			width: 40%
			float: right;
			padding-left: -10%
			
	   }
#Title h1{
			margin: 0%;
			text-shadow: 3px 3px 4px #000;
		 }
#Title h3{
			margin: 0%;
			text-shadow: 3px 3px 4px #000;
			padding-left: -10%
		 }
		 
#Menu {
		text-align: Left;
		width: 0%;
		float: left;
	  }
	  
/* Dropdown Button */
.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-shadow: 3px 3px 4px #000;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: Black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */

#CertHeader {

			}
			
#CertTable {
				background-color: rgba(204, 204, 204, 0.7);
				border-radius: 15px;
				text-align: center;
			}
	
#Wrapper {
				text-align: center;
				width: 65%;
				padding-left: 24%;
		 }
	
#PageTitle {
				width: 80%;
				color: #fff;
				text-shadow: 3px 3px 4px #000;
		   }

#Content {
				width: 80%;
				color: #fff;
				text-shadow: 3px 3px 4px #000;
		 }