body {
	margin:0;
	padding:20px 0 0;
}

#title{
	width:499px;
	margin:auto;
	margin-bottom:10px;
}

#map_box{
	width:600px;
	margin:auto;
}

#pdf{
	height:50px;
	width:300px;
	margin:auto;
	margin-top:20px;
}
#pdf a{
	background:url(img/pdf_get.gif) no-repeat;
	background-position:0 -50px;	
	height:50px;
	width:300px;
	display:block;
	text-indent:-9999px;
	outline:none;
}

#pdf a:hover{
	background-position:0 0;
}
