@charset "utf-8";
/* CSS Document */
html,
body {
	width:1400px;
	height:100%;
	padding:0;
	margin:0;
}
html>body #wrap {height:100%;} 
#wrap {
	width:800px;
	margin:0 auto;

}
#header {
	background-image: url(images/francoisfalco.png);
	background-repeat:no-repeat;
	width:800px;
	height:175px;
}
html>body #header {
	position:fixed;
	z-index:10;}
html>body #content-wrap {
	height:100%;
	} 
html>body #content {
	padding-top:185px;
	padding-bottom:150px;
	padding-left:6em;
	padding-right:6em;
	} 
#footer {
	width:800px;
	height:80px;
}
html>body #footer {
	background-repeat:no-repeat;
	background-position:center;
	position:fixed;
	bottom:0;
	z-index:10;
	background-image: url(images/footerWrapper-bg.jpg);
}


html,
body {
	color:#333;
	background-image: url(images/page-vbg.jpg);
	margin-left: auto;
	margin-bottom: 160px;
	margin-right: auto;
	margin-top: 0px;
	z-index:0;
}
body {
	font:76%/1.5 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
h1 {
	margin:0.25em 0;
	font:normal 1.5em "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-align:center;
	letter-spacing:1px;
	color: #F93;
}
h2 {
	margin:0.25em 0;
	font:normal 1.2em "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-align:center;
	letter-spacing:1px;
}
h3 {
	margin:0.25em 0;
	font:normal 1.1em "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	text-align:left;
	letter-spacing:1px;
}
#header,
#footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #F93;
	text-align:center;
}
#content-wrap,
#content {
	color: #FFF;
}
	.right {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2.5em;
	color: #F93;
	font-weight: bold;
	padding-top: 10px;
	}	
	.clear {
	clear:both;
	}
    </style>
