@charset "UTF-8";
@import url("global.css");
h1{
	color:white;
	text-align:center;
	background:#32a7fa;
	font-size:11px;
	/* border-bottom:1px solid #36C; */
}
#main, #footer{
	text-align:center;
}

#footer{
	height:140px;
	padding-top:20px;
}

#footer .footer_logo img{
	height: 120px;
}
