@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/body.png) repeat-x;
	margin:10px auto;
	text-align:center;
}
#main {
	width:1000px;
	margin:10px auto;
}
#header{
	background:url(../images/logo.png) left top no-repeat;
	width:100%;
	height:130px;
}
.style1 {
	font-size: 18px;
	font-family: Tahoma;
}
.style3 {
	font-size:24px;
	font-family:Verdana;
	text-decoration:none;
	color:#0099FF;
	margin:5px 20px; 
	display:none;
}