@charset "utf-8";
/* CSS Document */
.body	{
		background-repeat: no-repeat;
		background-size: auto 100%;   
		background-position:top;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0%;
		margin-right: 0%;
		line-height: 90%;
		text-align: left;
		overflow-x: hidden;
}


h1		{
		font-family:Verdana, Geneva, sans-serif;
		color: #999;
		font-size: 15px;
		line-height: 100%
}

h2		{
		font-family:Verdana, Geneva, sans-serif;
		color: #FFF;
		font-size: 20px;
		line-height: 90%
}

h3		{
		font-family:Verdana, Geneva, sans-serif;
		color: #999;
		/*font-size: 30px;*/
		line-height: 1.2;
		font-size: 2vh 1.3em;

}

.bodydiv {
		text-align: center;
		margin-left: 20%;
		margin-right: 20%;
		width: 60%;
		height: 100%;
		border: #FFF thin solid;
		background-color: rgba(255, 255, 255, 0.75);  
}

.textdiv {
		position:relative;
		margin-top: 10%;
		max-height: 100%;
		overflow: hidden;
}

/* CSS Document */