
* {
	font-family: Helvetica, arial;
	font-weight: normal;
}


.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

body {
    padding: 0px;
    margin: 0px;
	width: 100%; //fallback
	width: 100vw;
	height: 100%; //fallback
	height: 100vh;
	
}
#page {
    position: absolute;
	background-image: url(/images/P9200149.JPG);
	background-size: 100% 100%;
	background-size: 100vw 100vh;
	background-repeat: no-repeat;
	left: 0px;
	height: 0px;
	width: 100%; //fallback
	width: 100vw;
	height: 100%; //fallback
	height: 100vh;
}

#title {
	position: absolute;
	top: 25vh;
	right: 0px;
	padding-right: 16vw;
	width: 100%;
	width: 100vw;
	text-align: right;
	/*
	background-color: rgba(255,255,255,0.3);
	background-color: rgba(0,0,0,0.3);
	border-top:    1px solid white;
	border-bottom: 1px solid white;
	*/
}
#title h1 {

	text-align: right;
	color:  white;
	font-size: 1.8em;
}
#title p {
	text-align: right;
	color: white;
	font-size: 1em;
	margin-top: 2em;
}

#header {
    display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 1.8em;
	width: 100%;
	width: 100vw;
	color: white;
	background-color: rgba(0,0,0,0.3);
	
}

#content {
	position: relative;
	background-color: RGBA(0,0,0,0.5);
	border: 1px solid #a0a0a0;
	margin: 30px;
	color: white;
	font-weight: normal;
	font-size: 0.9em;
	text-align: center;
	padding: 15px;
}

#footer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	width: 100vw;
	color: white;
	background-color: rgba(0,0,0,0.4);
	font-size: 0.8em;
	text-align: right;
	padding-top:   0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	
}

.underscore {
  font-weight: normal;
  font-size: 1em;
  color: white;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation:    1s blink step-end infinite;
  -ms-animation:     1s blink step-end infinite;
  -o-animation:      1s blink step-end infinite;
  animation:         1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}
