/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	/* This image will be displayed fullscreen */
	background:url('image/jfp2014.jpg') no-repeat center center;
	
	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;
	
	/* The Magic */
	background-size:cover;
}

body{
	/* Workaround for some mobile browsers */
	min-height:100%;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

a, a:visited {
	outline:none;
	color:#c36505;
}

a:hover{
	text-decoration:none;
}

section, footer, header{
	display: block;
}


/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #000000;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #EEEEEE;
	font-size: 12px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 16px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.ttine,a.ttine:visited{
	color: #999999;
	font-size: 12px;
	left: 35%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 55%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c36505;
	font-weight: normal;
}

examples{
font-size: 18px;
	background-color: #000000;
	top: 0;
	height: 30px;
	left: 0px;
	position: fixed;
	width: 100%;
	z-index: 100001;
}

examples ul{
  margin: 5px 0;
  padding: 0px;
  list-style: none;
}

example{
font-size: 18px;
	background-color: #000000;
	top: 0;
	height: 30px;
	left: 20%;
	position: fixed;
	width: 100%;
	z-index: 100001;
}

example ul{
  margin: 5px 0;
  padding: 0px;
  list-style: none;
}

example ul li{
  margin: 0 30px 0 0;
  padding: 0;
  display: block;
  float: left;
  width: 120;
}

example ul li a{
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  float: left;
}

example ul li a:hover{
  color: #fff;
  background-color: #c36505;
}