* {
     margin:0;
     padding:0;
   }


html{

/*This is the background image*/
background:url(/images/posterOptFMC.jpg) no-repeat center center;

/*html element takes up full browser window*/
min-height:100%;

background-size:cover;
}


body { height: 100%; min-height: 100%; margin-bottom: 1px; padding:0; background: black}

a:link {color:#990000; background:#F6F6F6; opacity:0.5; text-decoration:none; font-family:courier, sans-serif; font-weight: bold; font-size:110%}

a:hover {
text-decoration: underline;
color: white;
opacity:.8;
background:transparent;
}

a:visited {color:#870000; text-decoration:none; font-family:courier, sans-serif; font-size:130%}

tt {color: black; font-size: 200%}


h1, p.centered {text-align: center;
            margin-left: auto;
            margin-right: auto;}

h1 {color: white; font-family: Geneva, sans-serif; font-size: 150%}
img {border: none}

div#main{
position: relative;
top: 20px;
left: 0%;
right: 0%;
}

div#poster{
margin-left: auto;
margin-right:auto;
width: 65%;}
         
div#signature{
margin: auto;
position: absolute;
}            

.container {
		  width: 100%;
		  height: 100%;
        position: absolute;
        display: table;
}       

.top{
			  margin-left: auto; 
			  margin-right: auto;
           display: table-cell;
           vertical-align: top;
			  position: relative;
}

.bottom{
margin-left: auto;
margin-right: auto;
display: table-cell;
vertical-align: bottom;
position: relative;
}

.v_center {
           display: table-cell;
           vertical-align: middle;
			 }


span.highlight {
background-color:white;
}


#slideshow{
	background-color:#F5F5F5;
	border:1px solid #FFFFFF;
	width:640px;
	height:340px;
	margin:150px auto 0;
	position:relative;
	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:320px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('slideshow/img/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}
