@charset "UTF-8";
/* CSS Document */

.header {
	width: 98%;
	position: fixed;
	top: 0;
	left: auto;
	z-index: 1;
	background: #FFFFFF;-->
	min-height: 30px;
	max-width: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-size: 24px;
}

.footer {
	width: 98%;
	position: fixed;
	bottom: 0;
	left: auto;
	z-index: 1;
	text-align: right;
	background: #FFFFFF;-->
	min-height: 30px;
	max-width: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-size: 24px;-->
}
.fit { /* set relative picture size */
    max-width: 100%;
    max-height: 100%;
  }
.center {
    display: block;
    margin: auto;
  }
