@charset "utf-8";
#main {
	width: 896px;
	background-image: url(../img/bg_side.gif);
	background-repeat: no-repeat;
	float: left;
}
#login {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

#map {
	float: left;
	width: 876px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

