body {
	margin:0px;
	padding:0px;
	/*background-color:#789603;*/
	background-color:white;
}

img {
	border-style:none;
	border-width:0px;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:block;
}

.card { display:none; width:440px; height:318px; position:absolute; top:0px; left:0px;
  font-family:times;
  color:#000;
  background-image:url("_images/card.png");
  background-repeat:no-repeat;
}

.reflect {
  display:none; width:440px; height:318px; position:relative; top:0px; left:0px;
  background-image:url("_images/card.png");
  background-repeat:no-repeat;
}

.card h1 {
  margin:15px 0px 0px 25px;
  font-family:Tahoma,Arial;
  font-size:2.3em;
  font-weight:bold;
}

.card .sub {
  margin:-2px 0px 0px 28px;
  font-size:0.73em;
}

.card .def {
  width:315px;
  font-family:"Times New Roman", Times;
  font-size:0.84em;
  margin-left:55px;
}

.card .hero {
  position:absolute; bottom:10px; right:9px; cursor:pointer;
  width:27px; height:22px;
  background-image:url("_images/next.png");
}

.reflect .hero_inverse {
  position:absolute; top:9px; right:9px;
  width:27px; height:22px;
  background-image:url("_images/next_reflect.png");
}

.card .logo {
  position:absolute; bottom:10px; right:15px;
  width:180px; height:170px;
  background-image:url("_images/logo.png");
  cursor:pointer;
}

.reflect .logo_inverse {
  position:absolute; top:6px; right:15px;
  width:180px; height:170px;
  background-image:url("_images/logo_reflect.png");
}

.sky {
  /*background-image:url("_images/bg_sky_day.png");*/
	background-repeat:repeat-x;
	width:100%;
	height:418px;
}

.sky .slogan {
  width:980px;
  height:111px;
  position:relative;
  top:323px;
  margin:0px auto 0px auto;
  background-image:url("_images/slogan.png");
  background-repeat:no-repeat;
}

#footer {
  clear:both;
  width:100%;
}

#footer #fixed {
  position:fixed;
  bottom:0px;
  height:35px;
  width:100%;
  font-size:9px;
  font-family: Tahoma, Arial;
  font-weight:bold;
  color:#000;
  /*text-shadow: #777 0em 0em 0.25em;*/
  background-color:white;
  border-top: 1px solid #aaa;
}

#footer #fixed a,a:visited,a:active {
  text-decoration:none;
  color:#000;
}

#footer #fixed a:hover {
  text-decoration:underline;
  color:#000;
}

#footer #fixed .left {
  float:left;
  margin-left:20px;
  margin-top:12px;
}

#footer #fixed .right {
  float:right;
  margin-right:23px;
  margin-top:13px;
  font-size:7px;
}

span.bold {
  font-weight:bold;
}

span.italic {
  font-style:italic;
}

.clear {
  clear:both;
}
