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

#wrapper{
	width:920px;
	height:800px;
	padding:10px;
	margin:auto;
	background:url(100.tif);
	border-radius:15px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#header{
	width:920px;
	height:120px;
	margin: 5px auto;
	border-radius:10px;
	border:#003 solid 1px;
	background:#9FC;
	padding-top:15px;
	
}

	






			
		