html {


}

body {
/*	
	background: #000 url(../images/start-bg.jpg) no-repeat center center fixed; 


-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;

background-size: cover;

	/*
	background:#000 url(../images/bg.jpg) no-repeat;
	
	color:#fff;
	*/
	
	/*
	font-family:'FrutigerLTW01-55Roman';
	font-family:'FrutigerLTW01-45Light';
	font-family:'Frutiger Neue W01 UltLt';
	*/
	font-family:'FrutigerLTW01-55Roman';
	
	background-color:#000;
	color:#fff;
}

h1 {
	font-family:'Frutiger Neue W01 UltLt';
	font-weight:normal;
	font-size:24px;
	margin-top:1em;
}
