@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	line-height: 17px;
}
body {
	position: relative;
	background: #F1FDFF url(../images/home/HiResSkyMod_2.jpg) fixed center bottom;
}
#content {
	width:80%;
	z-index:6;
	background: url(../images/home/greenSq_one.png) repeat;
	padding: 2px 130px 20px 20px;
	margin: 25px -10px 0px auto;
	position: relative;
}
#logo {
	top:0px;
	width:280px;
	height:280px;
	z-index:5;
	background: url(../images/home/logo.png);
	right: 0px;
	padding: 0px;
	position: absolute;
	margin-top: -25px;
	margin-right: 20px;
	visibility: visible;
}
#logoLine {
	position:absolute;
	width:85%;
	height:100px;
	z-index:5;
	background: url(../images/home/logoLine.png) repeat-x;
	margin-top: -25px;
	margin-left: -4px;
	left: -4px;
	top: 0px;
	visibility: visible;
	margin-right: auto;
}
#header {
	position:absolute;
	top:0px;
	width:102%;
	height:58px;
	z-index:2;
	background: url(../images/home/onePixel.png) center;
	margin-top: -25px;
	visibility: visible;
	margin-left: -10px;
	padding-top: 0px;
	padding-left: 8%;
}
#fixedLgo {
	position:fixed;
	z-index:3;
	background: url(../images/home/fixedLogo.png);
	visibility: visible;
	height: 700px;
	width: 700px;
	left: 0px;
	bottom: 0px;
}
#fixedRtLogo {
	position:fixed;
	width:700px;
	height:700px;
	z-index:4;
	background: url(../images/home/fixedLogoRight.png);
	right: 0px;
	bottom: 0px;
}
h1 {
	font-size: 18px;
	color: #3399cc;
}
h2 {
	font-size: 14px;
	color: #3399cc;
	line-height: normal;
}
h3 {
	font-size: 14px;
	color: #777;
	line-height: 14px;
}
a:link {
	color: #888;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AAA;
}
a:hover {
	text-decoration: none;
	color: #06C;
}
a:active {
	text-decoration: none;
	color: #06C;
}
