body {
    margin:0;
    padding:0;
    height:100%;
    font-family: Courier New;
} 
form {
    margin:0;
    padding:0;
    height:100%;
} 

.content 
{
	margin: 10px;
}

.container 
{
	position:absolute;
    left:0;
    top:0;
    padding:0;
    margin: 0;
    width:100%;
    height:95%;
}
.container div
{
	position:absolute;
    left:0;
    top:0;
    padding:0;
    margin: 0;
    width:100%;
    height:100%;
}
.word 
{
	color:Black;
	display: block;
	left: 5%;
	width: 90%;
	font-family: Courier New;
	text-align: center;
	top: 40%;
	position:fixed;
	font-size: 60pt;
	z-index: 2;
	
}

#wordContainer 
{
	display: block;
	left: 0;
	width: 100%;
	background-color: White;
	top: 40%;
	position:fixed;
	z-index: 1;
	font-family: Courier New;
	font-size: 60pt;
}

.transparent 
{
	opacity: 0.4;
	-moz-opacity: 0.4;
	/* for IE */
	filter: alpha(opacity=20);

}

.hangOffPage 
{
  font-family: Arial;
  float: left;
  position: relative;
  left: -10000px; 
}

.message
{
  display: block;
	font-family: Courier New;
	text-align: center;
	top: 75%;
	left: 37.5%;
	position:absolute;
	font-size: 14pt;
	width: 25%;
	height: 100px;
	text-decoration: underline;
	cursor: crosshair;
	z-index: 1;
}
#footer 
{
  position:fixed;
    left:0;
    top:95%;
    padding:0;
    margin: 0;
    width:95%;
  height: 5%;
  font-family: Courier New;
  font-size: 10pt;
  text-align: right;
  z-index: 1;
}

.backImage 
{
	position:absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.stretchV
{
	height: 100%;
}

.stretchH
{
	width: 100%;
}

.stretch 
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 0;
}

#showimages 
{
	position:fixed;
    left:5%;
    top:95%;
    padding:0;
    margin: 0;
    width:50%;
  height: 5%;
  font-family: Courier New;
  font-size: 10pt;
  text-align: left;
  z-index: 10;
}

#googleImageLink
{
	position:fixed;
    left:5%;
    top:95%;
    padding:0;
    margin: 0;
    width:90%;
  height: 5%;
  font-family: Courier New;
  font-size: 8pt;
  text-align: left;
  z-index: 10;
}
.hide 
{
	display: none;
}

a.rapid
{
	font-weight: bold;
	color: Red;
}

#loader 
{
	
}