body { 
	text-align: center;
	margin: 0 !important;
	background: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapper {
	background: url(./images/PFB2015-RedCurtain.jpg) center no-repeat;
	background-size:100%;
	display: block;	
	width: 1000px; 
	margin: 0px auto; 
	overflow: hidden; 
}

#header {
	position: relative; 
	width: 100%; 
	height: 18%; 
	min-width: 1000px; 
	max-width: 1000px; 
	min-height: 200px; 
	overflow: hidden; 
	vertical-align: middle; 
}

#content { 
	position: relative; 
	width: 100%;
	min-width: 1000px;
	max-width: 1000px; 
	float: right;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	overflow: hidden; 
}

#footer { 
	position:relative; 
	width:100%; 
	min-width: 1000px;
	max-width: 1000px;
	height: 10%; 
	min-height: 200px; 
	vertical-align: middle;
	overflow: hidden;
}


@font-face {
    font-family: 'romantiques';
    src: url('./fonts/romantiques-webfont.eot');
    src: url('./fonts/romantiques-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/romantiques-webfont.woff2') format('woff2'),
         url('./fonts/romantiques-webfont.woff') format('woff'),
         url('./fonts/romantiques-webfont.ttf') format('truetype'),
         url('./fonts/romantiques-webfont.svg#romantiquesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'verve';
    src: url('./fonts/verve_regular-webfont.eot');
    src: url('./fonts/verve_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/verve_regular-webfont.woff2') format('woff2'),
         url('./fonts/verve_regular-webfont.woff') format('woff'),
         url('./fonts/verve_regular-webfont.ttf') format('truetype'),
         url('./fonts/verve_regular-webfont.svg#ververegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:visited { color: light red }
a:hover { color: white }
a { color: red; text-decoration: none; }
h1v { color: #FFFFFF; font-size: 22pt; font-family: verve, Times New Roman; }
h1r { color: #FFFFFF; font-size: 22pt; font-family: romantiques, Times New Roman; }
h2v { color: #FFFFFF; font-size: 18pt; font-family: verve, Times New Roman; }
h2r { color: #FFFFFF; font-size: 18pt; font-family: romantiques, Times New Roman; }
h3v { color: #FFFFFF; font-size: 16pt; font-family: verve; text-align: center; }
h3r { color: #FFFFFF; font-size: 16pt; font-family: romantiques; text-align: center; }
h4v { color: #FFFFFF; font-size: 14pt; font-family: verve, Times New Roman; }
h4r { color: #FFFFFF; font-size: 14pt; font-family: romantiques, Times New Roman; }
h5v { color: #FFFFFF; font-size: 13pt; font-family: verve, Times New Roman; }
h5r { color: #FFFFFF; font-size: 13pt; font-family: romantiques, Times New Roman; }