@import url("global.css");
.blank {
	height:12px;
	line-height:0;
	font-size:0;
	clear:both
}
.block {
	width:980px;
	margin:auto
}
.header {
	height:100px;
	background:url(../images/line.gif) repeat-x left bottom


}
.header h1 {
	height:100px;
	background:url(../images/logo.gif) no-repeat center 15px;
}
.main {
	padding:10px 0 25px;
}
.footer {
	font-size:1.2em;
	text-align:center;
	background:url(../images/buttom_line.gif) repeat-x left top;
	line-height:22px;
	padding:25px 0 0;
	color:#999
}

