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

body {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height:100%;
	padding: 0px;
	z-index: 10;
	margin: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container  {
	width: 100%;
	height: 100%;
}
#header  {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#footer  {
	position: absolute;
	bottom: 0px;
	width: 100%;
	position: fixed;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	height: 100px;
}
#footer  p  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#main-nav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFFFFF;
	height: 31px;
}
#info {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#info-links {
	width: 50%;
	float: left;
	font-size: 10px;
	color: #acacac;
	padding-top: 20px;
	padding-bottom: 10px;
}
#info-logo {
	width: 50%;
	float: left;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
}
#hot-spot-container
        {
	width: 100%;
	height: 300px;
	z-index: -1;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
        }
#pay-off {
	position: absolute;
	bottom: 100px;
	width: 100%;
	position: fixed;
}
#wrap-payoff {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent {
	position: absolute;
	bottom: 100px;
	width: 100%;
	position: fixed;
	background-color: #FFFFFF;
}
#wrap-mainContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu-sx {
	width: 200px;
	padding: 0px;
	float: left;
	font-size: 70%;
}
#text {
	padding-left: 210px;
	padding-top: 15px;
	padding-bottom: 50px;
}
#text p {
	font-size: 100%;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 300px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
}
.body-about {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	position: relative;
	height: 100%;
	background-color: #000000;
	background-image: url(../img/bg/about.jpg);
	background-repeat: no-repeat;
}
a {
	color: #000000;
	text-decoration: none;
}
#menu-sx ul {
	list-style-type: none;
	text-align: right;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
}
#text h1 {
	font-size: 200%;
	font-weight: bold;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#bg {
  position: fixed;
  margin: 0px;
  border: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#bg img {
  width: 100%;
}
#menu-sx li {
	line-height: 2em;
}
#menu-sx h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
	font-size: 100%;
}
label {
	font-size: 80%;
	color: #999999;
}
input {
	font-size: 80%;
	background-color: #eeeeee;
	border: 1px dotted #CCCCCC;
}
textarea {
	font-size: 80%;
	background-color: #EEEEEE;
	border: 1px dotted #CCCCCC;
}
input {
	font-size: 80%;
}
#text h2 {
	font-size: 140%;
	font-weight: bold;
	color: #00cbdf;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
#white {
	visibility: hidden;
}
#info-links table td {
	padding-right: 5px;
}
#google {
	height: 200px;
	width: 200px;
	position: relative;
	background-color: #FF0000;
}
#text img {
	float: right;
}
.cloud {
	width: 125px;
	float: left;
}
.share {
	width: 100px;
	float: right;
	text-align: right;
}
