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

body{
	margin:0px auto;
	background-color: #666;;
	min-height: auto;
	width: auto;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	}
	
#header{
	clear:both;
	width:800px;
	height: 250px;
	margin-top: 20px;margin-left:auto;margin-right:auto;
	
	background-image:url(banner1.jpg);
	background-repeat:no-repeat;
	background-color: #666;
	background-position: center center;
	border-radius: 20px;
	
	-moz-border-radius:20px; -khtml-border-radius:20px;-webkit-border-radius:20px;-opera-border-radius:20px;	
	}
	
#mainbody{
	clear:both;
	width:600px;
	height: 350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;;
	padding:1px;
	border-radius: 50px;
	-moz-border-radius:50px;-khtml-border-radius:50px;-webkit-border-radius:50px;-opera-border-radius:50px;	}
	
#content{
	clear:both;
	width: 500px;
	height: 320px;
	background-color: white;
	padding: 15px;
	text-align:center;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	border-radius:50px;
	-moz-border-radius:50px;-khtml-border-radius:50px;-webkit-border-radius:50px;-opera-border-radius:50px;
	
	}
h5{
	font-size: 12px; text-align: center;
	font-family:Verdana, Geneva, sans-serif;
}

h8{
	font-size: 13px; text-align: center; color: red;
	font-family:Verdana, Geneva, sans-serif;
}

h9{
	font-size: 8px; text-align: center;
}


.rodar{
-webkit-animation: rodar 4s ease-in-out infinite;
	}
	
@-webkit-keyframes rodar{
		0%{-webkit-transform:rotateY(0);}
		25%{-webkit-transform:rotateY(90deg);}
		50%{-webkit-transform:rotateY(180deg);}
		75%{-webkit-transform:rotateY(270deg);}
		100%{-webkit-transform:rotateY(360deg);}
		}
		
.data{
	font-size:8px;
}

a:link {text-decoration:none; color:#666;}

p{font-size:10px;}