@charset "UTF-8";
/* CSS Document */

<style type="text/css">

#bkg {
	height: 100%;
	width: 100%;
	margin: 0 0 0 0;
	text-align: center;
}
.welcome {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	vertical-align: top;
	float: center;
	position: absolute;
	left: 179px;
	top: 10px;
}
.mainContain {
	position: absolute;
	width: 550px;
	top: 200px;
	padding: 18;
	letter-spacing: 1px;
	white-space: normal;
	height: auto;
	vertical-align: top;
	top: 195px
}
.myTxt {
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	font-weight: 400;
	vertical-align:top;
	}

.float { /* this class can be used to float an element left in your page */
	float: center;
	margin-right: 8px;
}
.fcenter {
	text-align: center;
	width: 550;
	vertical-align:top
}

.head3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	}
.copy {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-left: 14px;
	line-height: 28px;
	}
.6lead {
	line-height: -46px;
	}

</style>
