@charset "UTF-8";


html,
body,
#content 
{
     width:100%;
     height:100%;
     overflow:hidden;
}

#bg 
{
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: -1px;
	z-index:1;
}


#bg img 
{
	min-height:100%;
	height:auto !important;
	height:100%;
	min-width:100%;
	width:auto !important;
	width:100%;
	margin:0 auto;
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
}

.txt {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #777777;
}
.txt2g {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #158703;
}

.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #777777;
}
a:link {text-decoration: none; color: #FFFFFF}
a:visited {text-decoration: none; color: #FFFFFF}
a:hover {text-decoration: underline; color: #FFFFFF}
a:active {text-decoration: none; color: #FFFFFF}

a.grey:link {text-decoration: none; color: #777777}
a.grey:visited {text-decoration: none; color: #777777}
a.grey:hover {text-decoration: underline; color: #777777}
a.grey:active {text-decoration: none; color: #777777}

a.green:link {text-decoration: none; color: #158703}
a.green:visited {text-decoration: none; color: #158703}
a.green:hover {text-decoration: underline; color: #158703}
a.green:active {text-decoration: none; color: #158703}

