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

body {
	background-image:url(../images/art-01.png);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #009137;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
a {
	text-decoration:none;
	color: #060;
}
.wrapper {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	width:1024px;
	height:768px;
	background-image:url(../images/art-03.png);
	background-position:center;
	background-repeat:no-repeat;
}
.frameTop {
	width: 1024px;
	height:150px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.frameContent {
	width: 800px;
	height: 500px;
	margin-top:0px;
	margin-left:112px;
	margin-right:112px;
	padding: 0px;
	float: left;
}
.cloud {
	-webkit-animation-name: pass;
 	-webkit-animation-duration: 20s;
 	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 2s;
	position: relative;
	width: 400px;
	height: 150px;
	padding: 0px;
	float: left;
	background-image:url(../images/art-02.png);
	background-position: center;
}
.commingSoon {
	text-align:center;
	margin-top: 200px;
	font-size:48px;
}
#center {
	text-align:center;
	margin-top: 200px;
	font-size: 32px;
}
table,td,tr {
	text-align:center;
}
img {
	text-align:center;
}
@-webkit-keyframes pass {
 0% {
	opacity: 0;
	left: 0px;
 }
 50% {
	 opacity: 1;
	 left: 312px;
 }
 100% {
	opacity: 0;
	left: 624px;
 }
}
#tab1 {
	background-image:url(../images/art-05.png);
	background-repeat:no-repeat;
}
#tab2 {
	background-image:url(../images/art-07.png);
	background-repeat:no-repeat;
}
#tab3 {
	background-image:url(../images/art-09.png);
	background-repeat:no-repeat;
}
#tab4 {
	background-image:url(../images/art-11.png);
	background-repeat:no-repeat;
}
#tab5 {
	background-image:url(../images/art-13.png);
	background-repeat:no-repeat;
}