body {
	background-color: black;
	font-family: "Avenir Light", sans-serif !important;
	color: white;
	font-size: 6pt;
}


#regal {
	position: relative;
	width: 65%;
	left: 17.5%;
	right: 17.5%;
}
header {
	width: 100%;
	padding: 0;
	margin: 0;
}

nav {
	text-align: center;
	margin: 0 auto;
	width: 600px;
}

a:link {
	text-decoration: none;
	color: white;
}

#home { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

#transbox { 
   position: absolute;
   left: 25%;
   right: 25%;
   top: 155px;
   background-color: rgba(212, 212, 212, 0.8);
   opacity: 0.7;
   width: 50%;
   margin: 0 auto;
   text-align: center;
   border:1px solid black;
   border-radius: 4px;
}

#homeh1 {
    color: #000000;
}

#contact, #about{
	margin-top: 50px;
	text-align: center;
	font-size: 10pt;
	width: 100%;
}

#david, #aboutp {
	text-align: center;
	border: 1px solid white;
	font-weight:100;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	margin-top: 10px;
}

ul {
	list-style-type: none;
	text-align: center;
}

#services {
	margin: 0;
	padding: 0;
}