@charset "utf-8";
/* CSS Document */

	html{
		width: 100%;
		height: 100%;
	}
	body{
		overflow-x: hidden;
	    width:100%;
    	height:100%;
	}
	.header{
		position: relative;
		margin: 5px;
		height: 100px;
	}
	.hdr-1{
		position: absolute;
		top: 15px;
		width: 100%;
		left: 100px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		font-size: x-large;
		color: #8E1C1E;
	}
	.hdr-2{
		position: absolute;
		width: 100%;
		left: 100px;
		top: 50px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		font-size: small;
		color: #8E1C1E;
	}
	.hdr-right{
		position: absolute;
	}
	.welcome{
		position: relative;
		margin: 1px;
	}
	.top-txt{
		position: absolute;
		top: 17px;
		width: 100%;
		text-align: center;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		font-size: x-large;
		color: #8E1C1E;
	}
	.bottom-txt{
		position: absolute;
		top: 60%;
		width: 100%;
		text-align: center;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		font-size: large;
		font-weight: lighter;
		color: #0015FF;
	}
