@charset "UTF-8";
/* CSS Document */
.wrap{
	width:100%;
	height:100%;
	background-image:url(background.png);
}
	
.wrapper{
	width:1030px; 
	margin:0 auto; 
	top:0px; 
	height:100%;
	padding:10px; 
}
.body{
	background-image:url(1bg.jpg);
	float:center;
}
.img {
   padding:1px;
   border:1px solid #021a40;
   text-align:center;
  
}

.menu{
	width:100%; 
	height:45px; 
	float:center; 
	margin-bottom:4px;
	margin-top:4px;
	background-color:#0CF;
	}
.header{
	width:100%; 
	height:58px; 
	float:center; 
	padding:1px;
	}
.content{
	width:100%; 
	float:left; 
	margin-bottom:5px;
	}
.share{
	width:100%; 
	background-color.#093;
}
.footer{
	width:100%;
	float:left;
	}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#009;
	text-align:center;
}
p{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
	text-align:center;
	width:95%;
}
h2{
	font-family:"Courier New", Courier, monospace;
	font-size:32px;
	color:#09F;
	text-align:center;
}
	
h3{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#666;
	text-align:center;
}