/* Development by Adlab Media Advertising */

 		body {background-image: url("bg.jpg");}
		h1 {
			color: white;
			font-family: Trebuchet ms;
		}
		h2 {
			color: white;
			font-family: Trebuchet ms;
		}
		h3 {
			color: white;
			font-family: Trebuchet ms;
		}
		h4 {
			color: white;
			font-family: Trebuchet ms;
		}
		h5 {
			color: white;
			font-family: Trebuchet ms;
		}
		h6 {
			color: white;
			font-family: Trebuchet ms;
		}
		#content {
			width: 75%;
			margin: 0 auto;
		}
		#logo {
			width: 50%;
			margin: 0 auto;
			padding-top: 50px;
			padding-bottom: 25px;
		}
		a {
			color: white;
			text-decoration: none;
		}
		a:hover {
			color: #b8d432;
		}