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

.wrapper{
	width:1000px; 
	margin:0 auto; top:0px; 
	height:150%; 
	position:absolute; 
	padding:20px;
}
.body{
	background-image:url(1bg.jpg);
}

.menu{
	width:100%; 
	height:60px; 
	float:center; 
	margin-bottom:5px;
	}
.header{
	width:100%; 
	height:60px; 
	float:center; 
	margin-bottom:5px;}
.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;
}
h2{
	font-family:"Courier New", Courier, monospace;
	font-size:32px;
	color:#09F;
	text-align:center;
}
	
	