html {
	height:100%;
	width:100%;
}
body {
	margin:0;
	font-family:Arial;
	background:url(lightning.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding-bottom:10%;
	overflow:hidden;
	height:100%;
	width:100%;
}
#gsiOuter {
	position:absolute;
	display:table;
	width:100%;
	height:100%;
}
#gsiInner {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	overflow:auto;
	color:#FFF;
}
#gsilogo {
	display:inline-block;
	text-align:center;
}
#gsi {
	display:inline-block;
	text-align:center;
}
#gso {
	display:none;
	text-align:center;
}
#landscape {
	display:none;
	height: 100%;
	width: 100%;
}
#table_l {
	display:table;
	height: 20%;
	width:100%;
	padding:1%;
	border-bottom:solid #000 5px;
}
#group_l {
	display:table-row-group;
	height: 100%;
	width: 100%;
}
#header_l {
	display:table-row;
	height: 100%;
	width: 100%;
	color:#FFF;
}
#email_l {
	color: #CCC;
}
#link_l {
	padding-top:5px;
}
#headerlogo {
	display:table-cell;
	height: 100%;
	width: 33%;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
}
#headerinfo {
	display:table-cell;
	height: 100%;
	width: 67%;
	color:#FFF;
	text-align:right;
	vertical-align:middle;
	padding-right:5%;
}
#headertm {
	height: 100%;
	width:100%;
}
#tm {
	height: 100%;
	width: 100%;
}
iframe {
	height:100%;
	width:100%;
}
.googlePics {
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}
.selectWrapper {
  border-radius:6px;
  display:inline-block;
  overflow:hidden;
  background:#cccccc;
  border:1px solid #cccccc;
}
.selectBox{
  height:30px;
  border:0px;
  outline:none;
}