/*------BASICS---------------------------------------------------------------*/


body { background-image:url(../img/hg.gif);
}


/* -- Font Face -- */
		
		@font-face {
			font-family: "CABNDWebBold";
			src: url(../font/CABNDWebBold.otf) format("opentype");
		}

		#service {
			font-size: 6em;
			font-family: "CABNDWebBold", sans-serif;
			color: white;
		}


.center{ text-align:center; }

.right{float:right;}

a {
	font-size:3em; color:red; font-family: "CABNDWebBold", sans-serif; text-decoration:none;}