@charset "utf-8";
/* CSS Document */
*{	
	font-family: "Futura Lt BT";
	border: 0px;
	margin: 0px;
	padding: 0px;
}	

header { 
	width: 100%;
	height: 100px;
	background-color: white;
	border: 0px;
	margin: 0px;
	padding: 0px;
	
}

body {
	background-image:url("../images/bg-8.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	}

